forked from dolphin-emu/dolphin
MMU: small simplification of TLB structure
We only need one "recent" per set, not NUM_WAYS recents. Slightly faster. Breaks savestate compatibility.
This commit is contained in:
@@ -64,7 +64,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 = 37;
|
||||
static const u32 STATE_VERSION = 38;
|
||||
|
||||
enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user