mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-25 05:19:06 +02:00
Merge pull request #1027 from lioncash/debugger
debugger: Add the ability to view VFP register contents
This commit is contained in:
commit
4b7664fe12
6 changed files with 224 additions and 48 deletions
|
|
@ -55,7 +55,7 @@ enum {
|
|||
};
|
||||
|
||||
// VFP system registers
|
||||
enum {
|
||||
enum VFPSystemRegister {
|
||||
VFP_FPSID,
|
||||
VFP_FPSCR,
|
||||
VFP_FPEXC,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue