- This wiki is out of date, use the continuation of this wiki instead
Dump modes
From FenixWiki
(Difference between revisions)
Revision as of 01:24, 3 May 2007
Definition
Dump modes are used to define the type of dump, needed to be applied to the screen, by assigning them to the global variable dump_type. This influences how the screen is dumped after each frame. Dumping means sending frames to the video RAM, i.e. the displaying of frames on the monitor.
See also restore_type and its constants.
Constant | - Value | - Description |
PARTIAL_DUMP | - 0 | - Only updated (changed) graphics will be dumped. |
COMPLETE_DUMP | - 1 | - All graphics will be dumped, whether they've changed or not. |