cellGame: implement disc change callbacks

This commit is contained in:
Megamouse 2022-06-21 22:13:22 +02:00
parent bc3a899acf
commit 87762a9b17
19 changed files with 728 additions and 86 deletions

View file

@ -138,6 +138,9 @@ void headless_application::InitializeCallbacks()
callbacks.on_stop = []() {};
callbacks.on_ready = []() {};
callbacks.enable_disc_eject = [](bool) {};
callbacks.enable_disc_insert = [](bool) {};
callbacks.on_missing_fw = []() { return false; };
callbacks.handle_taskbar_progress = [](s32, s32) {};