mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
Savestates: Rename DeferDeserialization, add some asserts
This commit is contained in:
parent
f5d39ef7f2
commit
ce5f7bd4ff
9 changed files with 35 additions and 16 deletions
|
|
@ -46,7 +46,7 @@ MouseHandlerBase::MouseHandlerBase(utils::serial* ar)
|
|||
|
||||
if (m_info.max_connect)
|
||||
{
|
||||
Emu.DeferDeserialization([this]()
|
||||
Emu.PostponeInitCode([this]()
|
||||
{
|
||||
Init(m_info.max_connect);
|
||||
auto lk = init.init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue