all repos — mgba @ eb81fc3c65f918c16f0e9ddeeb6cbea662155731

mGBA Game Boy Advance Emulator

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

eb81fc3c65f918c16f0e9ddeeb6cbea662155731

parent

cafc67a6061990f623fea3c84919bd881fbb47dc

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 = {};