diff options
| author | 2018-06-03 23:42:28 -0400 | |
|---|---|---|
| committer | 2018-06-03 23:44:22 -0400 | |
| commit | df4336a85e79292877d3926e33eff8081e19e79a (patch) | |
| tree | 27f8f557b48714d68c4dc2850d72d9493a4fc421 | |
| parent | am: Stub out ILibraryAppletAccessor Start and GetResult methods. (diff) | |
| download | yuzu-df4336a85e79292877d3926e33eff8081e19e79a.tar.gz yuzu-df4336a85e79292877d3926e33eff8081e19e79a.tar.xz yuzu-df4336a85e79292877d3926e33eff8081e19e79a.zip | |
am: ISelfController:LaunchableEvent should be sticky.
| -rw-r--r-- | src/core/hle/service/am/am.cpp | 2 |
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 | |||
| 155 | RegisterHandlers(functions); | 155 | RegisterHandlers(functions); |
| 156 | 156 | ||
| 157 | launchable_event = | 157 | launchable_event = |
| 158 | Kernel::Event::Create(Kernel::ResetType::OneShot, "ISelfController:LaunchableEvent"); | 158 | Kernel::Event::Create(Kernel::ResetType::Sticky, "ISelfController:LaunchableEvent"); |
| 159 | } | 159 | } |
| 160 | 160 | ||
| 161 | void ISelfController::SetFocusHandlingMode(Kernel::HLERequestContext& ctx) { | 161 | void ISelfController::SetFocusHandlingMode(Kernel::HLERequestContext& ctx) { |