mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 01:59:52 -06:00
debugger: Add the XER to the register view
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
// LR
|
||||
// CTR
|
||||
// CR0-7
|
||||
// XER
|
||||
// FPSCR
|
||||
// MSR
|
||||
// SRR0
|
||||
@ -51,7 +52,7 @@ public:
|
||||
void UpdateCachedRegs();
|
||||
|
||||
private:
|
||||
static constexpr int NUM_SPECIALS = 14;
|
||||
static constexpr int NUM_SPECIALS = 15;
|
||||
|
||||
std::array<u32, 32> m_CachedRegs{};
|
||||
std::array<u32, NUM_SPECIALS> m_CachedSpecialRegs{};
|
||||
|
Reference in New Issue
Block a user