mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
VFS::CreatePath fixed, bugfixes
This commit is contained in:
parent
8c1aa3ee15
commit
56c64c8045
16 changed files with 147 additions and 77 deletions
|
@ -22,7 +22,6 @@ bool TROPUSRLoader::Load(const std::string& filepath, const std::string& configp
|
|||
if (m_file)
|
||||
Close();
|
||||
|
||||
// TODO: This seems to be always true... A bug in ExistsFile() ?
|
||||
if (!Emu.GetVFS().ExistsFile(filepath))
|
||||
Generate(filepath, configpath);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue