mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 18:18:34 -05:00
Move CP15 enum definitions into their own enum.
Also gets rid of preprocessor mumbo-jumbo
This commit is contained in:
@ -91,7 +91,7 @@ struct ARMul_State
|
||||
ARMword exclusive_tag; // The address for which the local monitor is in exclusive access mode
|
||||
ARMword exclusive_state;
|
||||
ARMword exclusive_result;
|
||||
ARMword CP15[VFP_BASE - CP15_BASE];
|
||||
ARMword CP15[CP15_REGISTER_COUNT];
|
||||
ARMword VFP[3]; // FPSID, FPSCR, and FPEXC
|
||||
// VFPv2 and VFPv3-D16 has 16 doubleword registers (D0-D16 or S0-S31).
|
||||
// VFPv3-D32/ASIMD may have up to 32 doubleword registers (D0-D31),
|
||||
|
Reference in New Issue
Block a user