diff --git a/Makefile.ngc b/Makefile.ngc index caea7b9fa0..4b49f61c0d 100644 --- a/Makefile.ngc +++ b/Makefile.ngc @@ -4,7 +4,7 @@ ## DEBUG = 0 -HAVE_LOGGER = 0 +HAVE_LOGGER = 1 HAVE_FILE_LOGGER = 0 PC_DEVELOPMENT_IP_ADDRESS = "192.168.1.7" diff --git a/gx/frontend/main.c b/gx/frontend/main.c index 46b8f8159a..146cc14338 100644 --- a/gx/frontend/main.c +++ b/gx/frontend/main.c @@ -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