NEW_FRAME_TIMING (Rules.inc)

What is needed for? How do I enable that?
- Code: Select all
Makefiles/Rules.inc
###############################################################################
# Compiler Flags
###############################################################################
[...]
# If Bart's new frame timing is enabled, need to define NEW_FRAME_TIMING
ifeq ($(strip $(NEW_FRAME_TIMING)),1)
SUPERMODEL_BUILD_FLAGS += -DNEW_FRAME_TIMING