mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-24 12:52:40 +01:00
bugfix + some tweaks
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@737 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -643,7 +643,8 @@ int emu_read_config(int game, int no_defaults)
|
||||
// read global config, and apply game_def.cfg on top
|
||||
make_config_cfg(cfg);
|
||||
config_readsect(cfg, NULL);
|
||||
ret = config_readsect("game_def.cfg", sect);
|
||||
emu_make_path(cfg, "game_def.cfg", sizeof(cfg));
|
||||
ret = config_readsect(cfg, sect);
|
||||
}
|
||||
|
||||
if (ret == 0)
|
||||
|
||||
Reference in New Issue
Block a user