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:
parent
8fc7d715a5
commit
6b438c7adf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue