mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-16 17:43:11 +00:00
cellSearch: another memory access fix
This commit is contained in:
parent
9760053c8c
commit
78c49e7331
@ -366,7 +366,7 @@ error_code cellSearchStartContentSearch(CellSearchContentSearchType type, CellSe
|
|||||||
|
|
||||||
sysutil_register_cb([=, content_map = g_fxo->get<ContentIdMap>()](ppu_thread& ppu) -> s32
|
sysutil_register_cb([=, content_map = g_fxo->get<ContentIdMap>()](ppu_thread& ppu) -> s32
|
||||||
{
|
{
|
||||||
auto curr_search = idm::get<search_object_t>(*outSearchId);
|
auto curr_search = idm::get<search_object_t>(id);
|
||||||
vm::var<CellSearchResultParam> resultParam;
|
vm::var<CellSearchResultParam> resultParam;
|
||||||
resultParam->searchId = id;
|
resultParam->searchId = id;
|
||||||
resultParam->resultNum = 0; // Set again later
|
resultParam->resultNum = 0; // Set again later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user