qt: Prompt user for confirmation if exit lock is active

This commit is contained in:
Zach Hilman 2019-09-21 22:46:53 -04:00
parent e58e3719d8
commit 60c2e9e675
3 changed files with 44 additions and 1 deletions

View file

@ -282,7 +282,7 @@ ISelfController::ISelfController(Core::System& system,
RegisterHandlers(functions);
auto& kernel = system_.Kernel();
auto& kernel = system.Kernel();
launchable_event = Kernel::WritableEvent::CreateEventPair(kernel, Kernel::ResetType::Manual,
"ISelfController:LaunchableEvent");