#include <demo.h>
void DEMOReInit(GXRenderModeObj* mode)
mode |
Render mode |
None.
This function reinitializes the DEMO library. Usually, this function is needed to change the screen mode that was specified with the DEMOInit function. For example, you may want to change to progressive mode after initializing the DEMO library in interlace mode.
Caution:
Do not call the DEMOReInit function if the screen mode is larger than the one specified with the DEMOInit function. The DEMOReInit function does not reallocate the frame buffer; therefore, specifying a screen mode that requires a larger frame buffer will corrupt memory.
03/01/2006 Initial version.