mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-22 03:40:30 +00:00
cellSavedata: reset padding of g_savedata_context
This commit is contained in:
parent
d86241bbcd
commit
0eabfdcadd
@ -552,7 +552,7 @@ static NEVER_INLINE error_code savedata_op(ppu_thread& ppu, u32 operation, u32 v
|
||||
|
||||
lv2_sleep(ppu, 500);
|
||||
|
||||
*g_savedata_context = {};
|
||||
std::memset(g_savedata_context.get_ptr(), 0, g_savedata_context.size());
|
||||
|
||||
vm::ptr<CellSaveDataCBResult> result = g_savedata_context.ptr(&savedata_context::result);
|
||||
vm::ptr<CellSaveDataListGet> listGet = g_savedata_context.ptr(&savedata_context::listGet);
|
||||
|
Loading…
x
Reference in New Issue
Block a user