Traveler: Add logic to limit the frame rate. This is kind of a silly feature -- why would you ever want to limit the frame rate? Well, you need to that on the simulated platform to make bandwidth for other things to run like the simulated timer

This commit is contained in:
Gregory Nutt 2014-12-08 13:45:17 -06:00
parent 1e3472b487
commit f31c72d7af

View File

@ -542,6 +542,8 @@ CONFIG_GRAPHICS_TRAVELER=y
# CONFIG_GRAPHICS_TRAVELER_RGB16_565 is not set
CONFIG_GRAPHICS_TRAVELER_RGB32_888=y
CONFIG_GRAPHICS_TRAVELER_DEFPATH="/mnt/world"
CONFIG_GRAPHICS_TRAVELER_LIMITFPS=y
CONFIG_GRAPHICS_TRAVELER_MAXFPS=30
CONFIG_GRAPHICS_TRAVELER_PALRANGES=y
#