mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-07 09:57:49 +00:00
Backport ToadKing - (Emscripten) Build fix
This commit is contained in:
parent
a47c4db5e5
commit
fe58051bce
@ -3,6 +3,7 @@ TARGET = retroarch.js
|
||||
OBJ = frontend/platform/platform_emscripten.o \
|
||||
frontend/platform/platform_null.o \
|
||||
frontend/frontend.o \
|
||||
frontend/frontend_context.o \
|
||||
frontend/menu/menu_input_line_cb.o \
|
||||
retroarch.o \
|
||||
file.o \
|
||||
|
@ -46,10 +46,8 @@
|
||||
#define args_initial_ptr() data
|
||||
#else
|
||||
|
||||
#if defined(__APPLE__) || defined(HAVE_BB10)
|
||||
#if defined(__APPLE__) || defined(HAVE_BB10) || defined(EMSCRIPTEN)
|
||||
#define main_entry rarch_main
|
||||
#elif defined(EMSCRIPTEN)
|
||||
#define main_entry _fakemain
|
||||
#else
|
||||
#define main_entry main
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user