mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
Minor fixes
* Modified some .gitignore's * Removed some #include <vector>'s and other stuff...
This commit is contained in:
parent
c541176a32
commit
1fd42c34c2
9 changed files with 17 additions and 12 deletions
|
@ -19,6 +19,7 @@ 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