mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-10 18:19:06 +00:00
Fix setParam in cellGameDataCheckCreate2
This commit is contained in:
parent
2bb0387fc5
commit
da6f98f310
1 changed files with 3 additions and 0 deletions
|
@ -449,6 +449,9 @@ error_code cellGameDataCheckCreate2(ppu_thread& ppu, u32 version, vm::cptr<char>
|
||||||
vm::var<CellGameDataStatSet> cbSet;
|
vm::var<CellGameDataStatSet> cbSet;
|
||||||
cbGet->isNewData = fs::is_dir(vfs::get(dir)) ? CELL_GAMEDATA_ISNEWDATA_NO : CELL_GAMEDATA_ISNEWDATA_YES;
|
cbGet->isNewData = fs::is_dir(vfs::get(dir)) ? CELL_GAMEDATA_ISNEWDATA_NO : CELL_GAMEDATA_ISNEWDATA_YES;
|
||||||
|
|
||||||
|
vm::var<CellGameDataSystemFileParam> setParam;
|
||||||
|
cbSet->setParam = setParam;
|
||||||
|
|
||||||
// TODO: Use the free space of the computer's HDD where RPCS3 is being run.
|
// TODO: Use the free space of the computer's HDD where RPCS3 is being run.
|
||||||
cbGet->hddFreeSizeKB = 40000000; //40 GB
|
cbGet->hddFreeSizeKB = 40000000; //40 GB
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue