mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00: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