mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -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>();
|
||||
else
|
||||
#endif
|
||||
return NDS::ConsoleType == 0
|
||||
return NDS::ConsoleType == 1
|
||||
? RunFrame<false, 1>()
|
||||
: RunFrame<false, 0>();
|
||||
}
|
||||
|
Reference in New Issue
Block a user