mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Merge pull request #108 from Bigpet/master
added SUBFME, SUBFZE and fix cache folder creation
This commit is contained in:
commit
cd4f0b2c68
5 changed files with 38 additions and 8 deletions
|
@ -839,7 +839,7 @@ int cellSysCacheMount(mem_ptr_t<CellSysCacheParam> param)
|
|||
char id[CELL_SYSCACHE_ID_SIZE];
|
||||
strncpy(id, param->cacheId, CELL_SYSCACHE_ID_SIZE);
|
||||
strncpy(param->getCachePath, ("/dev_hdd1/cache/" + std::string(id) + "/").c_str(), CELL_SYSCACHE_PATH_MAX);
|
||||
Emu.GetVFS().CreateFile(wxString(param->getCachePath));
|
||||
Emu.GetVFS().CreateDir(wxString(param->getCachePath));
|
||||
|
||||
return CELL_SYSCACHE_RET_OK_RELAYED;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue