mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
(Emscripten) Rename frontend_emscripten.c to frontend/platform/platform_emscripten.c
This commit is contained in:
parent
580e05fc0f
commit
b109b9b01f
@ -1,6 +1,6 @@
|
||||
TARGET = retroarch.js
|
||||
|
||||
OBJ = frontend/frontend_emscripten.o \
|
||||
OBJ = frontend/platform/platform_emscripten.o \
|
||||
frontend/frontend.o \
|
||||
retroarch.o \
|
||||
file.o \
|
||||
|
@ -16,14 +16,13 @@
|
||||
*/
|
||||
|
||||
#include <emscripten/emscripten.h>
|
||||
#include "../general.h"
|
||||
#include "../conf/config_file.h"
|
||||
#include "../file.h"
|
||||
#include "../emscripten/RWebAudio.h"
|
||||
#include "frontend.h"
|
||||
#include "../../general.h"
|
||||
#include "../../conf/config_file.h"
|
||||
#include "../../file.h"
|
||||
#include "../frontend.h"
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "../frontend/menu/menu_common.h"
|
||||
#include "../../frontend/menu/menu_common.h"
|
||||
#endif
|
||||
|
||||
static void emscripten_mainloop(void)
|
Loading…
x
Reference in New Issue
Block a user