1.40a fixes

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@402 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-03-29 12:06:20 +00:00
parent 58d18b39d9
commit 558d8e1fdd
6 changed files with 18 additions and 6 deletions

View file

@ -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)
{