mirror of https://github.com/mgba-emu/mgba.git
Test: Map in core config opts
This commit is contained in:
parent
5135756ec4
commit
b9415b9f74
|
@ -578,6 +578,7 @@ void CInemaConfigLoad(struct Table* configTree, const char* testName, struct mCo
|
||||||
struct mCoreConfig* config = HashTableLookup(configTree, testKey);
|
struct mCoreConfig* config = HashTableLookup(configTree, testKey);
|
||||||
if (config) {
|
if (config) {
|
||||||
core->loadConfig(core, config);
|
core->loadConfig(core, config);
|
||||||
|
mCoreConfigMap(config, &core->opts);
|
||||||
}
|
}
|
||||||
if (!pos) {
|
if (!pos) {
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue