From 0cbc14cac294e331d21ecdd875c9897ea50f03f8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 6 Mar 2014 02:20:33 +0100 Subject: [PATCH] (360) Fixup core info/core dir defaults --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index c1568a7e18..044ea90f0e 100644 --- a/config.def.h +++ b/config.def.h @@ -361,7 +361,7 @@ static const char *default_libretro_info_path = "/data/data/com.retroarch/info/" #elif defined(__QNX__) static const char *default_libretro_info_path = "/app/native/info/"; #elif defined(_XBOX360) -static const char *default_libretro_info_path = "game:\\"; +static const char *default_libretro_info_path = "game:"; #else static const char *default_libretro_info_path = NULL; #endif @@ -371,7 +371,7 @@ static const char *default_libretro_path = "/data/data/com.retroarch/cores/"; #elif defined(__QNX__) static const char *default_libretro_path = "/app/native/lib/"; #elif defined(_XBOX360) -static const char *default_libretro_path = "game:\\"; +static const char *default_libretro_path = "game:"; #else static const char *default_libretro_path = NULL; #endif