FreeLookCamera: Fix savestate branch inconsistency.

Fixes https://bugs.dolphin-emu.org/issues/12168
This commit is contained in:
Admiral H. Curtiss 2020-06-28 02:28:01 +02:00
parent 2e8d1dd1db
commit 27e49c00b3
2 changed files with 3 additions and 1 deletions

View file

@ -74,7 +74,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
constexpr u32 STATE_VERSION = 119; // Last changed in PR 8820
constexpr u32 STATE_VERSION = 120; // Last changed in PR 8904
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,