Perf: Load the config file
Jeffrey Pfau jeffrey@endrift.com
Tue, 13 Jan 2015 02:40:01 -0800
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/platform/perf-main.c
→
src/platform/perf-main.c
@@ -54,6 +54,7 @@ };
struct GBAConfig config; GBAConfigInit(&config, "perf"); + GBAConfigLoad(&config); struct GBAOptions opts = {}; struct GBAArguments args = {};