mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
GUI: Progress Dialog On Save State Creation
This commit is contained in:
parent
707a648a4c
commit
580f9bf03a
6 changed files with 90 additions and 20 deletions
|
@ -148,6 +148,10 @@ void headless_application::InitializeCallbacks()
|
|||
}
|
||||
};
|
||||
|
||||
callbacks.on_save_state_progress = [](std::shared_ptr<atomic_t<bool>>, stx::shared_ptr<utils::serial>)
|
||||
{
|
||||
};
|
||||
|
||||
callbacks.enable_disc_eject = [](bool) {};
|
||||
callbacks.enable_disc_insert = [](bool) {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue