mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
Disable savestate compression for UWP for now - apparently doesn't work
This commit is contained in:
parent
2b5496a417
commit
cec33cbc49
@ -930,7 +930,12 @@ static const bool savestate_thumbnail_enable = false;
|
|||||||
|
|
||||||
/* When creating save state files, compress
|
/* When creating save state files, compress
|
||||||
* written data */
|
* written data */
|
||||||
|
#if defined(__WINRT__) || defined(WINAPI_FAMILY) && WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP
|
||||||
|
/* TODO/FIXME Apparently this is an issue on UWP for now, so disable it for now */
|
||||||
|
#define DEFAULT_SAVESTATE_FILE_COMPRESSION false
|
||||||
|
#else
|
||||||
#define DEFAULT_SAVESTATE_FILE_COMPRESSION true
|
#define DEFAULT_SAVESTATE_FILE_COMPRESSION true
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Slowmotion ratio. */
|
/* Slowmotion ratio. */
|
||||||
#define DEFAULT_SLOWMOTION_RATIO 3.0
|
#define DEFAULT_SLOWMOTION_RATIO 3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user