all repos — mgba @ b9415b9f740e8deee895d7a13c0e642299db045f

mGBA Game Boy Advance Emulator

Test: Map in core config opts
Vicki Pfau vi@endrift.com
Fri, 17 Jul 2020 00:06:31 -0700
commit

b9415b9f740e8deee895d7a13c0e642299db045f

parent

5135756ec42d6109158e360a4f1ef8d3e0a5a27f

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/platform/test/cinema-main.csrc/platform/test/cinema-main.c

@@ -578,6 +578,7 @@

struct mCoreConfig* config = HashTableLookup(configTree, testKey); if (config) { core->loadConfig(core, config); + mCoreConfigMap(config, &core->opts); } if (!pos) { break;