From 994325c5f957199d1026df28a0ee5fec75c22b37 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 1 Sep 2012 02:30:12 +0200 Subject: [PATCH] (NGC) Small changes --- Makefile.gc | 2 +- Makefile.gc.salamander | 4 ++-- gx/frontend/main.c | 2 +- gx/salamander/main.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.gc b/Makefile.gc index f16b11f04c..960d2ff49d 100644 --- a/Makefile.gc +++ b/Makefile.gc @@ -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) diff --git a/Makefile.gc.salamander b/Makefile.gc.salamander index 1027ce2db2..f8efe510f6 100644 --- a/Makefile.gc.salamander +++ b/Makefile.gc.salamander @@ -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) diff --git a/gx/frontend/main.c b/gx/frontend/main.c index df9400071d..c8c1232b6a 100644 --- a/gx/frontend/main.c +++ b/gx/frontend/main.c @@ -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, '/'); diff --git a/gx/salamander/main.c b/gx/salamander/main.c index e23115796b..8dbe009eea 100644 --- a/gx/salamander/main.c +++ b/gx/salamander/main.c @@ -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, '/');