3DS: Enable idle loop detection

This commit is contained in:
Jeffrey Pfau 2015-08-29 04:18:57 -07:00
parent 63871f7d9c
commit 2ca68fa9c6
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ int main() {
struct GBAOptions opts = { struct GBAOptions opts = {
.useBios = true, .useBios = true,
.logLevel = 0, .logLevel = 0,
.idleOptimization = IDLE_LOOP_REMOVE .idleOptimization = IDLE_LOOP_DETECT
}; };
GBAConfigLoadDefaults(&context.config, &opts); GBAConfigLoadDefaults(&context.config, &opts);
context.gba->logHandler = GBA3DSLog; context.gba->logHandler = GBA3DSLog;