Savestates: Rename DeferDeserialization, add some asserts

This commit is contained in:
Eladash 2023-12-31 21:10:51 +02:00 committed by Elad Ashkenazi
parent f5d39ef7f2
commit ce5f7bd4ff
9 changed files with 35 additions and 16 deletions

View file

@ -45,7 +45,7 @@ CellError lv2_cond::on_id_create()
ensure(!!Emu.DeserialManager());
Emu.DeferDeserialization([this]()
Emu.PostponeInitCode([this]()
{
if (!mutex)
{