mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
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:
parent
a0e5c76a1f
commit
dde8b24d00
4 changed files with 38 additions and 53 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue