mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 19:47:57 -05:00
dyncom: Migrate InAPrivilegedMode to armsupp
It's a generic helper function, so it should be here anyway.
This commit is contained in:
@ -357,3 +357,4 @@ extern u32 ARMul_SignedSatQ(s32, u8, bool*);
|
||||
extern u32 ARMul_UnsignedSatQ(s32, u8, bool*);
|
||||
|
||||
extern bool InBigEndianMode(ARMul_State*);
|
||||
extern bool InAPrivilegedMode(ARMul_State*);
|
||||
|
Reference in New Issue
Block a user