From fc23243d0124008cad19469a50eaf06e5ee83910 Mon Sep 17 00:00:00 2001 From: isJuhn Date: Fri, 11 May 2018 03:38:10 +0200 Subject: [PATCH] Fix setParam in cellHddGameCheck --- 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 d632b899d8..40b11d3387 100644 --- a/rpcs3/Emu/Cell/Modules/cellGame.cpp +++ b/rpcs3/Emu/Cell/Modules/cellGame.cpp @@ -150,6 +150,9 @@ s32 cellHddGameCheck(ppu_thread& ppu, u32 version, vm::cptr dirName, u32 e strcpy_trunc(get->contentInfoPath, "/dev_hdd0/game/" + dir); strcpy_trunc(get->hddGamePath, "/dev_hdd0/game/" + dir + "/USRDIR"); + vm::var setParam; + set->setParam = setParam; + const std::string& local_dir = vfs::get("/dev_hdd0/game/" + dir); if (!fs::is_dir(local_dir))