Browse Source

am: ISelfController:LaunchableEvent should be sticky.

nce_cpp
bunnei 8 years ago
parent
commit
6c8ab7e431
  1. 2
      src/core/hle/service/am/am.cpp

2
src/core/hle/service/am/am.cpp

@ -155,7 +155,7 @@ ISelfController::ISelfController(std::shared_ptr<NVFlinger::NVFlinger> nvflinger
RegisterHandlers(functions);
launchable_event =
Kernel::Event::Create(Kernel::ResetType::OneShot, "ISelfController:LaunchableEvent");
Kernel::Event::Create(Kernel::ResetType::Sticky, "ISelfController:LaunchableEvent");
}
void ISelfController::SetFocusHandlingMode(Kernel::HLERequestContext& ctx) {

Loading…
Cancel
Save