mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
DolphinQt/Debugger/RegisterColumn: Add HID registers to the register pane
Adds the Hardware Implementation-Dependent registers to the register pane, which makes it much nicer to see which hardware-specific features are enabled or disabled.
This commit is contained in:
@ -27,6 +27,7 @@ enum class RegisterType
|
||||
srr, // Machine status save/restore register (SRR0 - SRR1)
|
||||
sr, // Segment register (SR0 - SR15)
|
||||
gqr, // Graphics quantization registers (GQR0 - GQR7)
|
||||
hid, // Hardware Implementation-Dependent registers (HID0-2, HID4)
|
||||
exceptions, // Keeps track of currently triggered exceptions
|
||||
int_mask, // ???
|
||||
int_cause, // ???
|
||||
|
Reference in New Issue
Block a user