1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 20:25:47 +00:00
RetroArch/libretro-common
Gregor Richards b974fa5718 Add a libretro environment for serialization quirks
The new environment RETRO_ENVIRONMENT_SET_SERIALIZATION_QUIRKS allows
cores to communicate any quirks their implementation of serialization
may exhibit. This is useful for distinguishing between serialization
implementations that are sufficient for netplay, rewind, regular use,
etc, as each of these have different requirements and it should be
possible to support a "good enough" serialization without breaking
frontend features.
2016-10-04 23:05:50 -04:00
..
algorithms Create libretro-common/include/compat/intrinsics.h 2016-06-07 04:07:12 +02:00
compat (libretro-common) Update headers 2016-08-24 01:20:32 +02:00
conversion (ARM NEON) Buildfix 2016-05-17 17:00:16 +00:00
crt Renamed libretro-sdk to libretro-common 2015-02-19 00:04:03 +01:00
dynamic (libretro-common) Header updates 2016-03-20 17:13:31 +01:00
encodings Fix signed/unsigned mismatch warnings 2016-09-30 08:23:24 +02:00
features (3DS) use Makefile.commmon for non griffin builds 2016-09-28 15:01:46 +01:00
file (3DS) opendir with an empty string isn't returning NULL as it should. 2016-10-04 19:40:36 +01:00
formats Create samples 2016-09-28 12:44:41 +02:00
gfx Create unfinished version of matrix_4x4_lookat 2016-09-16 18:27:00 +02:00
glsm Go through opaque pointer for glDeleteSync - GLsync as a type 2016-09-24 00:04:19 +02:00
glsym GLES3 fix 2016-09-26 15:30:42 -06:00
hash (libretro-common) Update 2016-03-24 04:23:17 +01:00
include Add a libretro environment for serialization quirks 2016-10-04 23:05:50 -04:00
libco (VITA) Fix some bugs 2016-09-10 01:20:34 +02:00
lists create 7z archive backend, enables scanning of 7z content 2016-09-18 10:31:21 -04:00
memmap Add memalloc_alloc_aligned 2016-05-17 16:56:13 +02:00
net Move net/test to samples/net/test 2016-09-29 21:27:26 +02:00
queues add blocking task type that only allows one instance in the queue 2016-10-02 19:05:30 -04:00
rthreads (VITA) Increase thread stack, fixes overlays 2016-10-02 15:58:44 +02:00
samples Relocate samples/utils 2016-09-30 02:49:10 +02:00
streams (VITA) Fix File Reading 2016-08-05 01:47:05 +02:00
string undo previous new files and use existing encoding_utf header 2016-08-23 19:16:18 -04:00
utils Relocate samples/utils 2016-09-30 02:49:10 +02:00
vulkan Update vulkan_symbol_wrapper.c 2016-07-11 23:40:24 +02:00
.gitignore (libretro-common) Updates 2016-04-23 10:40:46 +02:00