fix DSi mode with interpreter

I'm so stupid
This commit is contained in:
RSDuck 2020-11-26 00:04:19 +01:00
parent ddf9a5ac27
commit 1ff4a1564f
1 changed files with 1 additions and 1 deletions

View File

@ -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>();
}