Wii: Enable idle loop detection on the Wii

This commit is contained in:
Jeffrey Pfau 2015-08-29 02:50:13 -07:00
parent f3ab432dc8
commit 3058cad4c4
1 changed files with 1 additions and 1 deletions

View File

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