mirror of
https://github.com/libretro/RetroArch
synced 2025-02-14 06:40:48 +00:00
(NGC) Small changes
This commit is contained in:
parent
616af5e5ec
commit
994325c5f9
@ -82,7 +82,7 @@ $(APP_BOOTER_DIR)/app_booter_gc.bin:
|
||||
$(MAKE) -C $(APP_BOOTER_DIR) platform=gc
|
||||
|
||||
pkg: all
|
||||
# cp -r $(DOL_TARGET) gx/pkg/CORE.dol
|
||||
cp -r $(DOL_TARGET) gx/pkg/CORE.dol
|
||||
|
||||
clean:
|
||||
rm -f $(DOL_TARGET)
|
||||
|
@ -1,4 +1,4 @@
|
||||
###
|
||||
|
||||
##
|
||||
# Makefile for RetroArch GameCube.
|
||||
##
|
||||
@ -79,7 +79,7 @@ $(APP_BOOTER_DIR)/app_booter_gc.bin:
|
||||
$(MAKE) -C $(APP_BOOTER_DIR) platform=gc
|
||||
|
||||
pkg: all
|
||||
#cp -r $(DOL_TARGET) gx/pkg/boot.dol
|
||||
cp -r $(DOL_TARGET) gx/pkg/boot.dol
|
||||
|
||||
clean:
|
||||
rm -f $(DOL_TARGET)
|
||||
|
@ -411,7 +411,7 @@ int rarch_main(int argc, char **argv);
|
||||
static void get_environment_settings(void)
|
||||
{
|
||||
#ifdef HW_DOL
|
||||
chdir("carda:/retroarch/cores");
|
||||
chdir("carda:/retroarch");
|
||||
#endif
|
||||
getcwd(default_paths.core_dir, MAXPATHLEN);
|
||||
char *last_slash = strrchr(default_paths.core_dir, '/');
|
||||
|
@ -123,7 +123,7 @@ static void init_settings(void)
|
||||
static void get_environment_settings(void)
|
||||
{
|
||||
#ifdef HW_DOL
|
||||
chdir("carda:/retroarch/cores");
|
||||
chdir("carda:/retroarch");
|
||||
#endif
|
||||
getcwd(default_paths.core_dir, MAXPATHLEN);
|
||||
char *last_slash = strrchr(default_paths.core_dir, '/');
|
||||
|
Loading…
x
Reference in New Issue
Block a user