mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
(Wii) Fixed define
This commit is contained in:
parent
cee5dfc1de
commit
d721d3c51c
@ -4,7 +4,7 @@
|
||||
##
|
||||
|
||||
DEBUG = 0
|
||||
HAVE_LOGGER = 0
|
||||
HAVE_LOGGER = 1
|
||||
HAVE_FILE_LOGGER = 0
|
||||
|
||||
PC_DEVELOPMENT_IP_ADDRESS = "192.168.1.7"
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "../../console/rarch_console_settings.h"
|
||||
|
||||
#ifdef HW_RVL
|
||||
#include "../wii/mem2_manager.h"
|
||||
#include "../../wii/mem2_manager.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user