mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-02 22:30:39 +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
|
// 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);
|
std::vector<char> buffer(65536);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue