mirror of https://github.com/mgba-emu/mgba.git
GBA: Map more options to GBAContexts
This commit is contained in:
parent
488bc93fcb
commit
f3ab432dc8
|
@ -127,6 +127,8 @@ bool GBAContextStart(struct GBAContext* context) {
|
||||||
if (opts.useBios && context->bios) {
|
if (opts.useBios && context->bios) {
|
||||||
GBALoadBIOS(context->gba, context->bios);
|
GBALoadBIOS(context->gba, context->bios);
|
||||||
}
|
}
|
||||||
|
context->gba->logLevel = opts.logLevel;
|
||||||
|
context->gba->idleOptimization = opts.idleOptimization;
|
||||||
|
|
||||||
ARMReset(context->cpu);
|
ARMReset(context->cpu);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue