mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 16:32:25 -07:00
arm_interface: Implement interface for retrieving VFP registers
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