mirror of https://github.com/mgba-emu/mgba.git
Perf: Load the config file
This commit is contained in:
parent
466916729e
commit
b9623efc0c
|
@ -54,6 +54,7 @@ int main(int argc, char** argv) {
|
|||
|
||||
struct GBAConfig config;
|
||||
GBAConfigInit(&config, "perf");
|
||||
GBAConfigLoad(&config);
|
||||
|
||||
struct GBAOptions opts = {};
|
||||
struct GBAArguments args = {};
|
||||
|
|
Loading…
Reference in New Issue