X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Femu.c;h=a9b98aec7a23732ef55e3b7b453abcf7c689a900;hb=558d8e1fdd54558c58fe5f661369f76458e1addc;hp=50cfd2e65262d9594b04d18603c5d63d3f43b021;hpb=58d18b39d9d999a896ef5df566db33fb9b77e949;p=libpicofe.git diff --git a/common/emu.c b/common/emu.c index 50cfd2e..a9b98ae 100644 --- a/common/emu.c +++ b/common/emu.c @@ -517,6 +517,8 @@ int emu_ReadConfig(int game, int no_defaults) ret = config_readsect(cfg, sect); currentConfig.volume = vol; // make vol global (bah) } + else + config_readsect("game_def.cfg", sect); if (ret != 0) {