mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Last file to merge into retroarch.c - from here, we
can start refactoring things to split things off into tasks that are not crucial to the main runloop
This commit is contained in:
parent
25f4aa9c30
commit
8438c9650a
@ -156,7 +156,6 @@ OBJ += frontend/frontend_driver.o \
|
||||
frontend/drivers/platform_null.o \
|
||||
retroarch.o \
|
||||
paths.o \
|
||||
command.o \
|
||||
msg_hash.o \
|
||||
intl/msg_hash_us.o \
|
||||
$(LIBRETRO_COMM_DIR)/queues/task_queue.o \
|
||||
|
@ -1372,8 +1372,6 @@ MENU
|
||||
|
||||
#include "../input/input_mapper.c"
|
||||
|
||||
#include "../command.c"
|
||||
|
||||
#if defined(HAVE_NETWORKING)
|
||||
#include "../libretro-common/net/net_http_parse.c"
|
||||
#endif
|
||||
|
2997
retroarch.c
2997
retroarch.c
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user