mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-22 03:40:30 +00:00
cellGame: Revert cellGameDataCheckCreate2 change for now
This commit is contained in:
parent
f9bc7458d4
commit
248809ca1f
@ -802,9 +802,6 @@ error_code cellGameDataCheckCreate2(ppu_thread& ppu, u32 version, vm::cptr<char>
|
|||||||
strcpy_trunc(cbGet->getParam.titleLang[i], psf::get_string(sfo, fmt::format("TITLE_%02d", i)));
|
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);
|
funcStat(ppu, cbResult, cbGet, cbSet);
|
||||||
|
|
||||||
std::string error_msg;
|
std::string error_msg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user