mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Update libretro-common
This commit is contained in:
parent
1b6b670882
commit
4ba1e8336d
@ -531,6 +531,7 @@ int retro_vfs_file_rename_impl(const char *old_path, const char *new_path)
|
||||
if (new_path_wide)
|
||||
free(new_path_wide);
|
||||
#endif
|
||||
return -1;
|
||||
#else
|
||||
return rename(old_path, new_path);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user