mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 01:21:47 +00:00
Move netlogger around
This commit is contained in:
parent
dd8e5f2291
commit
19b95f950d
@ -34,7 +34,7 @@ PPU_SRCS = frontend/frontend_salamander.c \
|
||||
|
||||
ifeq ($(HAVE_LOGGER), 1)
|
||||
PPU_CFLAGS += -DHAVE_LOGGER
|
||||
PPU_SRCS += logger/netlogger.c
|
||||
PPU_SRCS += netlogger.c
|
||||
endif
|
||||
|
||||
PPU_TARGET = retroarch-salamander_ps3.elf
|
||||
|
@ -27,7 +27,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_LOGGER) && !defined(ANDROID)
|
||||
#include "../logger/netlogger.c"
|
||||
#include "../netlogger.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user