mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
Win32 FS: Rewrite (fix) vfs::host::rename
This commit is contained in:
parent
22269ca0d7
commit
b8fa6fb4c4
16 changed files with 329 additions and 108 deletions
|
@ -21,7 +21,7 @@ static error_code overlay_load_module(vm::ptr<u32> ovlmid, const std::string& vp
|
|||
{
|
||||
if (!src)
|
||||
{
|
||||
auto [fs_error, ppath, lv2_file] = lv2_file::open(vpath, 0, 0);
|
||||
auto [fs_error, ppath, path, lv2_file, type] = lv2_file::open(vpath, 0, 0);
|
||||
|
||||
if (fs_error)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue