renderer bugfix, minor adjustments

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@395 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-03-25 22:37:37 +00:00
parent 8e708f920f
commit 67dfdf5fa6
3 changed files with 12 additions and 2 deletions

View file

@ -511,8 +511,10 @@ int emu_ReadConfig(int game, int no_defaults)
ret = -1;
if (config_havesect(cfg, sect)) {
int vol = currentConfig.volume;
emu_setDefaultConfig();
ret = config_readsect(cfg, sect);
currentConfig.volume = vol; // make vol global (bah)
}
if (ret != 0)