Subsystem return update (#16820)

This commit is contained in:
Selis
2025-01-03 08:39:37 +01:00
committed by GitHub
parent df9b71e402
commit f48022188f
43 changed files with 312 additions and 124 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ SUBSYSTEM_DEF(input)
name = "Input"
wait = 1 // SS_TICKER means this runs every tick
init_order = INIT_ORDER_INPUT
flags = SS_TICKER
flags = SS_TICKER | SS_NO_INIT
priority = FIRE_PRIORITY_INPUT
runlevels = RUNLEVELS_DEFAULT | RUNLEVEL_LOBBY