mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
fix compile
This commit is contained in:
parent
ace8ead2db
commit
c77af5739b
@ -42,6 +42,8 @@
|
||||
#define EXT_EXECUTABLES "dol|DOL"
|
||||
#define SALAMANDER_FILE "boot.dol"
|
||||
#define DEFAULT_EXE_EXT ".dol"
|
||||
#elif defined(EMSCRIPTEN)
|
||||
#define EXT_EXECUTABLES ""
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -36,7 +36,7 @@ void mainloop(void)
|
||||
if (g_extern.system.shutdown)
|
||||
{
|
||||
RARCH_ERR("Exit...\n");
|
||||
emscripten_cancel_main_loop();
|
||||
exit(0);
|
||||
}
|
||||
else if (menuloop)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user