mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-23 00:19:03 +00:00
HostFileSystem: Set all NAND folders to be saved in save states when a movie is active
This commit is contained in:
parent
0210d115c2
commit
ed54e1905a
4 changed files with 155 additions and 81 deletions
|
@ -94,7 +94,7 @@ static size_t s_state_writes_in_queue;
|
|||
static std::condition_variable s_state_write_queue_is_empty;
|
||||
|
||||
// Don't forget to increase this after doing changes on the savestate system
|
||||
constexpr u32 STATE_VERSION = 155; // Last changed in PR 10890
|
||||
constexpr u32 STATE_VERSION = 156; // Last changed in PR 11184
|
||||
|
||||
// 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