mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-30 15:18:58 +02:00
arm_interface: Implement interface for retrieving VFP registers
This commit is contained in:
parent
32461be3ab
commit
daabb4fab3
4 changed files with 49 additions and 1 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