mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Fixup Savestate Segfault
This commit is contained in:
parent
2e824827b7
commit
453a3c4852
6 changed files with 33 additions and 18 deletions
|
@ -148,7 +148,7 @@ void headless_application::InitializeCallbacks()
|
|||
}
|
||||
};
|
||||
|
||||
callbacks.on_save_state_progress = [](std::shared_ptr<atomic_t<bool>>, stx::shared_ptr<utils::serial>)
|
||||
callbacks.on_save_state_progress = [](std::shared_ptr<atomic_t<bool>>, stx::shared_ptr<utils::serial>, std::shared_ptr<void>)
|
||||
{
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue