mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-06 18:47:51 -05:00
Merge pull request #1027 from lioncash/debugger
debugger: Add the ability to view VFP register contents
This commit is contained in:
@ -55,7 +55,7 @@ enum {
|
||||
};
|
||||
|
||||
// VFP system registers
|
||||
enum {
|
||||
enum VFPSystemRegister {
|
||||
VFP_FPSID,
|
||||
VFP_FPSCR,
|
||||
VFP_FPEXC,
|
||||
|
Reference in New Issue
Block a user