mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
1.40a fixes
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@402 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
3d48ce7117
commit
a39b7867f5
7 changed files with 27 additions and 9 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue