diff --git a/src/NDS.cpp b/src/NDS.cpp index 0b0263bb..bdbdb971 100644 --- a/src/NDS.cpp +++ b/src/NDS.cpp @@ -1017,7 +1017,7 @@ u32 RunFrame() : RunFrame(); else #endif - return NDS::ConsoleType == 0 + return NDS::ConsoleType == 1 ? RunFrame() : RunFrame(); }