summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-06-03 23:42:28 -0400
committerbunnei <bunneidev@gmail.com>2018-06-03 23:44:22 -0400
commitdf4336a85e79292877d3926e33eff8081e19e79a (patch)
tree27f8f557b48714d68c4dc2850d72d9493a4fc421 /src
parent51d8a2c322357d97a66fd07d3a6007bbb15e4ff4 (diff)
am: ISelfController:LaunchableEvent should be sticky.
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/am/am.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp
index a7c9701c8..f9336192f 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/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) {