mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
VideoCommon: Change free-look's middle-mouse action to roll the camera.
This commit is contained in:
parent
5c5e6df038
commit
779e618046
6 changed files with 28 additions and 61 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue