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:
Lioncash
2019-03-13 15:40:34 -04:00
parent 7b354fa7ac
commit 02da306d9a
2 changed files with 11 additions and 0 deletions

View File

@ -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, // ???