03-18-2014, 06:18 PM
not my fault 
The line
Emu.GetVFS().CreateFile(wxString(param->getCachePath));
in "int cellSysCacheMount"
is supposed to be
Emu.GetVFS().CreateDir(wxString(param->getCachePath));

The line
Emu.GetVFS().CreateFile(wxString(param->getCachePath));
in "int cellSysCacheMount"
is supposed to be
Emu.GetVFS().CreateDir(wxString(param->getCachePath));