mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-03 16:33:47 +00:00
fixed initial chdir
This commit is contained in:
parent
03dda6db82
commit
ccb11c0d7a
@ -748,6 +748,11 @@ int main(int argc, char **argv)
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if __MACOSX__
|
||||||
|
extern void set_current_directory();
|
||||||
|
set_current_directory();
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef USE_SDL
|
#ifdef USE_SDL
|
||||||
// Initialize SDL system
|
// Initialize SDL system
|
||||||
if (!init_sdl())
|
if (!init_sdl())
|
||||||
@ -1031,11 +1036,6 @@ int main(int argc, char **argv)
|
|||||||
goto quit;
|
goto quit;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if __MACOSX__
|
|
||||||
extern void set_current_directory();
|
|
||||||
set_current_directory();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Load Mac ROM
|
// Load Mac ROM
|
||||||
if (!load_mac_rom())
|
if (!load_mac_rom())
|
||||||
goto quit;
|
goto quit;
|
||||||
|
Loading…
Reference in New Issue
Block a user