all repos — mgba @ b9623efc0c9f1a85b42a0292f2bcad8ab066fe55

mGBA Game Boy Advance Emulator

Perf: Load the config file
Jeffrey Pfau jeffrey@endrift.com
Tue, 13 Jan 2015 02:40:01 -0800
commit

b9623efc0c9f1a85b42a0292f2bcad8ab066fe55

parent

466916729e8b89cb0a24ed62d6ddc90d69ca54f4

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

jump to
M src/platform/perf-main.csrc/platform/perf-main.c

@@ -54,6 +54,7 @@ };

struct GBAConfig config; GBAConfigInit(&config, "perf"); + GBAConfigLoad(&config); struct GBAOptions opts = {}; struct GBAArguments args = {};