moved writelrom to use global path

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@625 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-01-01 22:28:03 +00:00
parent 3427e57362
commit d7dd4d66ce
3 changed files with 14 additions and 6 deletions

View file

@ -670,6 +670,16 @@ int emu_WriteConfig(int is_game)
}
void emu_writelrom(void)
{
char cfg[512];
make_config_cfg(cfg);
config_writelrom(cfg);
#ifndef NO_SYNC
sync();
#endif
}
#ifndef UIQ3
void emu_textOut8(int x, int y, const char *text)
{