Skip to content

Commit

Permalink
Fix setParam in cellGameDataCheckCreate2
Browse files Browse the repository at this point in the history
  • Loading branch information
isJuhn authored and Nekotekina committed Apr 16, 2018
1 parent 2bb0387 commit da6f98f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpcs3/Emu/Cell/Modules/cellGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,9 @@ error_code cellGameDataCheckCreate2(ppu_thread& ppu, u32 version, vm::cptr<char>
vm::var<CellGameDataStatSet> cbSet;
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.
cbGet->hddFreeSizeKB = 40000000; //40 GB

Expand Down

0 comments on commit da6f98f

Please sign in to comment.