(Wii) Fixed define

This commit is contained in:
Twinaphex 2012-09-01 05:22:56 +02:00
parent cee5dfc1de
commit d721d3c51c
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
##
DEBUG = 0
HAVE_LOGGER = 0
HAVE_LOGGER = 1
HAVE_FILE_LOGGER = 0
PC_DEVELOPMENT_IP_ADDRESS = "192.168.1.7"

View File

@ -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>