GUI: Progress Dialog On Save State Creation

This commit is contained in:
Eladash 2024-03-24 12:08:42 +02:00 committed by Elad Ashkenazi
parent 707a648a4c
commit 580f9bf03a
6 changed files with 90 additions and 20 deletions

View file

@ -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) {};