Qt: Cache CPU register values

That way they don't update while running.
This commit is contained in:
Stenzek
2024-02-27 22:38:02 +10:00
parent 4599109854
commit ef4389cea8
5 changed files with 13 additions and 11 deletions

View File

@ -227,7 +227,7 @@ struct DebuggerRegisterListEntry
u32* value_ptr;
};
static constexpr u32 NUM_DEBUGGER_REGISTER_LIST_ENTRIES = 104;
static constexpr u32 NUM_DEBUGGER_REGISTER_LIST_ENTRIES = 103;
extern const std::array<DebuggerRegisterListEntry, NUM_DEBUGGER_REGISTER_LIST_ENTRIES> g_debugger_register_list;
} // namespace CPU