mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
Savestates: Add save stage names
This commit is contained in:
parent
26746ac9ee
commit
d1837b54b4
4 changed files with 97 additions and 29 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>, std::shared_ptr<void>)
|
||||
callbacks.on_save_state_progress = [](std::shared_ptr<atomic_t<bool>>, stx::shared_ptr<utils::serial>, stx::atomic_ptr<std::string>*, std::shared_ptr<void>)
|
||||
{
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue