Files
silicons ed13d94b40 processing subsystem update (#7489)
- processing subsystems now declare time as second intervals
- adds missing stat tag
- MC now respects abstract type for subsystems (even if we don't use it
lol)
2026-01-17 00:52:42 +00:00

8 lines
176 B
Plaintext

/**
* Fires 20 times a second. Kind of on the nose, huh?
*/
PROCESSING_SUBSYSTEM_DEF(process_20fps)
name = "Processing - 20 fps"
wait = (1 / 20) SECONDS
stat_tag = "P_20"