Summary : when SUB_FRAME_FPS is enabled and fps is higher than FPS_MAX, fps is no more calculated correctly (usually it become 0). The is issue was already spotted in this PR but it get merged a little too early (and was not included).
Note : after this fix, fps displayed will be max FPS_MAX-1, 255 with current settings.
Summary : when
SUB_FRAME_FPS
is enabled and fps is higher thanFPS_MAX
, fps is no more calculated correctly (usually it become 0). The is issue was already spotted in this PR but it get merged a little too early (and was not included).Note : after this fix, fps displayed will be max
FPS_MAX-1
, 255 with current settings.