mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-23 11:45:27 +00:00
(GX) fix CORE renaming
This commit is contained in:
parent
bbaf29c4e6
commit
42b6fdf97a
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user