From 6b438c7adf38440f381ef04889a652a1adc59bff Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 29 Sep 2021 14:17:40 -0700 Subject: [PATCH] ddsf: We can use LightEvent now --- .../include/stratosphere/ddsf/ddsf_event_handler_manager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libstratosphere/include/stratosphere/ddsf/ddsf_event_handler_manager.hpp b/libraries/libstratosphere/include/stratosphere/ddsf/ddsf_event_handler_manager.hpp index 0226b18b7..1b3070b24 100644 --- a/libraries/libstratosphere/include/stratosphere/ddsf/ddsf_event_handler_manager.hpp +++ b/libraries/libstratosphere/include/stratosphere/ddsf/ddsf_event_handler_manager.hpp @@ -36,7 +36,7 @@ namespace ams::ddsf { os::Event loop_control_event; os::WaitableHolderType loop_control_event_holder; LoopControlCommandParameters *loop_control_command_params; - os::Event loop_control_command_done_event; /* TODO: os::LightEvent, requires mesosphere for < 4.0.0 compat. */ + os::LightEvent loop_control_command_done_event; os::SdkMutex loop_control_lock; private: void ProcessControlCommand(LoopControlCommandParameters *params);