(NGC) Small changes

This commit is contained in:
Twinaphex 2012-09-01 02:30:12 +02:00
parent 616af5e5ec
commit 994325c5f9
4 changed files with 5 additions and 5 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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, '/');

View File

@ -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, '/');