mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-18 20:32:40 +00: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