mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2026-05-03 11:29:36 +02:00
moved writelrom to use global path
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@625 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
10
common/emu.c
10
common/emu.c
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user