-
Notifications
You must be signed in to change notification settings - Fork 5
Clock, CPU and VBlank
Kannagi edited this page Aug 30, 2024
·
1 revision
uint8 SNDK_clock.f
gives time in framerate.
uint8 SNDK_clock.s
gives time in second.
uint8 SNDK_clock.m
gives time in minute.
uint8 SNDK_clock.h
gives time in hours.
uint8 SNDK.cpu
gives the percentage of CPU used.
uint8 SNDK.mcpu
gives the percentage of max CPU used.
uint8 SNDK.pcpu
gives the percentage of max CPU used / s.
Allows to wait for the VBlank
call SNDK_WaitVBlank:
SNDK v0.3