mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Finish porting bay's timer SS (#12978)
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
else
|
||||
if (SS_flags & SS_BACKGROUND)
|
||||
continue
|
||||
if (SS_flags & SS_TICKER)
|
||||
if (SS_flags & (SS_TICKER|SS_BACKGROUND) == SS_TICKER)
|
||||
break
|
||||
if (queue_node_priority < SS_priority)
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user