mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
(Wii) buildfix for devkitPPC r29.
This commit is contained in:
parent
1601febabc
commit
ae0e519639
@ -125,7 +125,7 @@ ifeq ($(HAVE_LOGGER), 1)
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CFLAGS += -DGEKKO
|
CFLAGS += -DGEKKO -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int
|
||||||
|
|
||||||
HAVE_FILTERS_BUILTIN := 1
|
HAVE_FILTERS_BUILTIN := 1
|
||||||
HAVE_THREADS := 1
|
HAVE_THREADS := 1
|
||||||
|
@ -207,7 +207,7 @@ static void frontend_gx_get_environment_settings(
|
|||||||
#ifdef HW_DOL
|
#ifdef HW_DOL
|
||||||
chdir("carda:/retroarch");
|
chdir("carda:/retroarch");
|
||||||
#endif
|
#endif
|
||||||
getcwd(g_defaults.dir.core, MAXPATHLEN);
|
getcwd(g_defaults.dir.core, PATH_MAX_LENGTH);
|
||||||
|
|
||||||
last_slash = strrchr(g_defaults.dir.core, '/');
|
last_slash = strrchr(g_defaults.dir.core, '/');
|
||||||
if (last_slash)
|
if (last_slash)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user