Perf: Load the config file

This commit is contained in:
Jeffrey Pfau 2015-01-13 02:40:01 -08:00
parent 466916729e
commit b9623efc0c
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ int main(int argc, char** argv) {
struct GBAConfig config;
GBAConfigInit(&config, "perf");
GBAConfigLoad(&config);
struct GBAOptions opts = {};
struct GBAArguments args = {};