Merge pull request #9366 from iwubcode/freelook_camera_quaternion

VideoCommon: allow Free Look to be manipulated by a quaternion
This commit is contained in:
Léo Lam
2021-01-28 01:34:09 +01:00
committed by GitHub
5 changed files with 56 additions and 29 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 = 127; // Last changed in PR 9300
constexpr u32 STATE_VERSION = 128; // Last changed in PR 9366
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,