(GX) fix CORE renaming
This commit is contained in:
parent
bbaf29c4e6
commit
42b6fdf97a
|
@ -96,7 +96,6 @@ bool rarch_configure_libretro_core(const char *core_exe_path, const char *tmp_pa
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
||||||
RARCH_ERR("Failed to rename CORE executable.\n");
|
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");
|
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;
|
||||||
|
|
|
@ -404,7 +404,7 @@ int main(void)
|
||||||
|
|
||||||
char tmp_path[PATH_MAX];
|
char tmp_path[PATH_MAX];
|
||||||
const char *extension = default_paths.executable_extension;
|
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;
|
const char *path_prefix = tmp_path;
|
||||||
|
|
||||||
char full_path[1024];
|
char full_path[1024];
|
||||||
|
|
Loading…
Reference in New Issue