diff --git a/rpcs3/Emu/Cell/Modules/cellGame.cpp b/rpcs3/Emu/Cell/Modules/cellGame.cpp index a726f7ac8e..0fb63e6132 100644 --- a/rpcs3/Emu/Cell/Modules/cellGame.cpp +++ b/rpcs3/Emu/Cell/Modules/cellGame.cpp @@ -802,9 +802,6 @@ error_code cellGameDataCheckCreate2(ppu_thread& ppu, u32 version, vm::cptr strcpy_trunc(cbGet->getParam.titleLang[i], psf::get_string(sfo, fmt::format("TITLE_%02d", i))); } - std::memset(g_file_param.get_ptr(), 0, sizeof(*g_file_param)); - cbSet->setParam = g_file_param; - funcStat(ppu, cbResult, cbGet, cbSet); std::string error_msg;