mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
fix DSi mode with interpreter
I'm so stupid
This commit is contained in:
@ -1017,7 +1017,7 @@ u32 RunFrame()
|
|||||||
: RunFrame<true, 0>();
|
: RunFrame<true, 0>();
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
return NDS::ConsoleType == 0
|
return NDS::ConsoleType == 1
|
||||||
? RunFrame<false, 1>()
|
? RunFrame<false, 1>()
|
||||||
: RunFrame<false, 0>();
|
: RunFrame<false, 0>();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user