mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 13:37:58 -05:00
qt: Prompt user for confirmation if exit lock is active
This commit is contained in:
@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user