Skip to content

Commit

Permalink
fix DSi mode with interpreter
Browse files Browse the repository at this point in the history
I'm so stupid
  • Loading branch information
RSDuck committed Nov 25, 2020
1 parent ddf9a5a commit 1ff4a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NDS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>();
}
Expand Down

0 comments on commit 1ff4a15

Please sign in to comment.