mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-31 05:56:07 +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
|
||||
|
||||
CFLAGS += -DGEKKO
|
||||
CFLAGS += -DGEKKO -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int
|
||||
|
||||
HAVE_FILTERS_BUILTIN := 1
|
||||
HAVE_THREADS := 1
|
||||
|
@ -207,7 +207,7 @@ static void frontend_gx_get_environment_settings(
|
||||
#ifdef HW_DOL
|
||||
chdir("carda:/retroarch");
|
||||
#endif
|
||||
getcwd(g_defaults.dir.core, MAXPATHLEN);
|
||||
getcwd(g_defaults.dir.core, PATH_MAX_LENGTH);
|
||||
|
||||
last_slash = strrchr(g_defaults.dir.core, '/');
|
||||
if (last_slash)
|
||||
|
Loading…
x
Reference in New Issue
Block a user