mirror of https://github.com/mgba-emu/mgba.git
3DS: Enable idle loop detection
This commit is contained in:
parent
63871f7d9c
commit
2ca68fa9c6
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue