1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-10 06:01:52 +00:00

ddsf: We can use LightEvent now

This commit is contained in:
Michael Scire 2021-09-29 14:17:40 -07:00
parent 8fc7d715a5
commit 6b438c7adf

View file

@ -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);