mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
Savestates Support For PS3 Emulation (#10478)
This commit is contained in:
parent
969b9eb89d
commit
fcd297ffb2
154 changed files with 4948 additions and 635 deletions
|
|
@ -768,7 +768,7 @@ void kernel_explorer::update()
|
|||
decltype(rsx->display_buffers) dbs;
|
||||
decltype(rsx->zculls) zcs;
|
||||
{
|
||||
std::lock_guard lock(rsx->sys_rsx_mtx);
|
||||
reader_lock lock(rsx->sys_rsx_mtx);
|
||||
std::memcpy(&table, &rsx->iomap_table, sizeof(table));
|
||||
std::memcpy(&dbs, rsx->display_buffers, sizeof(dbs));
|
||||
std::memcpy(&zcs, &rsx->zculls, sizeof(zcs));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue