mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +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
|
|
@ -105,7 +105,7 @@ u64 lv2_timer::check_unlocked(u64 _now) noexcept
|
|||
|
||||
lv2_timer_thread::lv2_timer_thread()
|
||||
{
|
||||
Emu.DeferDeserialization([this]()
|
||||
Emu.PostponeInitCode([this]()
|
||||
{
|
||||
idm::select<lv2_obj, lv2_timer>([&](u32 id, lv2_timer&)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue