From da6f98f310610800733185c0ad9d35a636366295 Mon Sep 17 00:00:00 2001 From: isJuhn Date: Sun, 15 Apr 2018 21:52:06 +0200 Subject: [PATCH] Fix setParam in cellGameDataCheckCreate2 --- rpcs3/Emu/Cell/Modules/cellGame.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpcs3/Emu/Cell/Modules/cellGame.cpp b/rpcs3/Emu/Cell/Modules/cellGame.cpp index 34cc98f4c6..d632b899d8 100644 --- a/rpcs3/Emu/Cell/Modules/cellGame.cpp +++ b/rpcs3/Emu/Cell/Modules/cellGame.cpp @@ -449,6 +449,9 @@ error_code cellGameDataCheckCreate2(ppu_thread& ppu, u32 version, vm::cptr vm::var cbSet; cbGet->isNewData = fs::is_dir(vfs::get(dir)) ? CELL_GAMEDATA_ISNEWDATA_NO : CELL_GAMEDATA_ISNEWDATA_YES; + vm::var setParam; + cbSet->setParam = setParam; + // TODO: Use the free space of the computer's HDD where RPCS3 is being run. cbGet->hddFreeSizeKB = 40000000; //40 GB