HostFileSystem: Set all NAND folders to be saved in save states when a movie is active

This commit is contained in:
Lobsterzelda 2022-10-19 23:40:43 -04:00
commit ed54e1905a
4 changed files with 155 additions and 81 deletions

View file

@ -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,