GBA Context: Fix minimal core configuration
Jeffrey Pfau jeffrey@endrift.com
Fri, 08 Jan 2016 22:03:50 -0800
1 files changed,
0 insertions(+),
4 deletions(-)
jump to
M
src/gba/context/context.c
→
src/gba/context/context.c
@@ -74,9 +74,7 @@ ARMDeinit(context->cpu);
GBADestroy(context->gba); mappedMemoryFree(context->gba, 0); mappedMemoryFree(context->cpu, 0); -#if !defined(MINIMAL_CORE) || MINIMAL_CORE < 2 GBAConfigDeinit(&context->config); -#endif GBADirectorySetDeinit(&context->dirs); }@@ -163,9 +161,7 @@ if (!GBALoadROM(context->gba, context->rom, context->save, context->fname)) {
return false; } -#if !defined(MINIMAL_CORE) || MINIMAL_CORE < 2 GBAConfigMap(&context->config, &opts); -#endif if (!context->bios && opts.bios) { GBAContextLoadBIOS(context, opts.bios);