mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +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
|
||||
{
|
||||
auto curr_search = idm::get<search_object_t>(*outSearchId);
|
||||
auto curr_search = idm::get<search_object_t>(id);
|
||||
vm::var<CellSearchResultParam> resultParam;
|
||||
resultParam->searchId = id;
|
||||
resultParam->resultNum = 0; // Set again later
|
||||
|
Loading…
Reference in New Issue
Block a user