VideoCommon: Change free-look's middle-mouse action to roll the camera.

This commit is contained in:
Jordan Woyak 2019-03-09 10:25:41 -06:00
commit 779e618046
6 changed files with 28 additions and 61 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
static const u32 STATE_VERSION = 107; // Last changed in PR 7952
static const u32 STATE_VERSION = 108; // Last changed in PR 7870
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,