(GX) fix CORE renaming

This commit is contained in:
Toad King 2012-08-22 17:39:55 -04:00
parent bbaf29c4e6
commit 42b6fdf97a
2 changed files with 2 additions and 3 deletions

View File

@ -96,10 +96,9 @@ bool rarch_configure_libretro_core(const char *core_exe_path, const char *tmp_pa
}
else
{
RARCH_ERR("Failed to rename CORE executable.\n");
RARCH_WARN("CORE executable was not found, or some other error occurred. Will attempt to load libretro core path from config file.\n");
find_libretro_file = true;
find_libretro_file = true;
}
}

View File

@ -404,7 +404,7 @@ int main(void)
char tmp_path[PATH_MAX];
const char *extension = default_paths.executable_extension;
snprintf(tmp_path, sizeof(tmp_path), default_paths.core_dir);
snprintf(tmp_path, sizeof(tmp_path), "%s/", default_paths.core_dir);
const char *path_prefix = tmp_path;
char full_path[1024];