aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/NDS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NDS.cpp b/src/NDS.cpp
index 0b0263b..bdbdb97 100644
--- a/src/NDS.cpp
+++ b/src/NDS.cpp
@@ -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>();
}