mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00: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