mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Fix linux build and various warnings.
Increase savestate version.
This commit is contained in:
parent
2d4b7e3f3f
commit
47c67f014f
4 changed files with 16 additions and 17 deletions
|
@ -63,7 +63,7 @@ static Common::Event g_compressAndDumpStateSyncEvent;
|
|||
static std::thread g_save_thread;
|
||||
|
||||
// Don't forget to increase this after doing changes on the savestate system
|
||||
static const u32 STATE_VERSION = 35;
|
||||
static const u32 STATE_VERSION = 36;
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue