mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 12:05:23 +00:00
TROPUSR.DAT fixup (#8960)
This commit is contained in:
parent
e938ddda2c
commit
0c3c34179e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ bool TRPLoader::Install(const std::string& dest, bool show)
|
|||
}
|
||||
|
||||
// Save TROPUSR.DAT
|
||||
fs::copy_file(temp + "/TROPUSR.DAT", local_path + "/TROPUSR.DAT", false);
|
||||
fs::copy_file(local_path + "/TROPUSR.DAT", temp + "/TROPUSR.DAT", false);
|
||||
|
||||
std::vector<char> buffer(65536);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue