mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 20:17: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:
@ -3690,10 +3690,6 @@ static int clz(unsigned int x) {
|
||||
return n;
|
||||
}
|
||||
|
||||
static bool InAPrivilegedMode(ARMul_State* core) {
|
||||
return (core->Mode != USER32MODE);
|
||||
}
|
||||
|
||||
unsigned InterpreterMainLoop(ARMul_State* state) {
|
||||
Common::Profiling::ScopeTimer timer_execute(profile_execute);
|
||||
|
||||
|
Reference in New Issue
Block a user