mirror of https://github.com/mgba-emu/mgba.git
Wii: Enable idle loop detection on the Wii
This commit is contained in:
parent
f3ab432dc8
commit
3058cad4c4
|
@ -146,7 +146,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 = GBAWiiLog;
|
context.gba->logHandler = GBAWiiLog;
|
||||||
|
|
Loading…
Reference in New Issue