03-18-2014, 06:18 PM -
not my fault ![Tongue Tongue](https://forums.rpcs3.net/images/smilies/tongue.png)
The line
Emu.GetVFS().CreateFile(wxString(param->getCachePath));
in "int cellSysCacheMount"
is supposed to be
Emu.GetVFS().CreateDir(wxString(param->getCachePath));
![Tongue Tongue](https://forums.rpcs3.net/images/smilies/tongue.png)
The line
Emu.GetVFS().CreateFile(wxString(param->getCachePath));
in "int cellSysCacheMount"
is supposed to be
Emu.GetVFS().CreateDir(wxString(param->getCachePath));