|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Initialization and shutdown of the video subsystem More...
Functions | |
| void | vid_init (int disp_mode, vid_pixel_mode_t pixel_mode) |
| Initialize the video system. | |
| void | vid_shutdown (void) |
| Shut down the video system. | |
Initialization and shutdown of the video subsystem
| void vid_init | ( | int | disp_mode, |
| vid_pixel_mode_t | pixel_mode ) |
Initialize the video system.
This function initializes the video display, setting the mode to the specified parameters, clearing vram, and setting the first framebuffer as active.
| disp_mode | The display mode to use. One of the DM_* values. |
| pixel_mode | The pixel mode to use. One of the PM_* values. |
| void vid_shutdown | ( | void | ) |
Shut down the video system.
This function reinitializes the video system to what dcload and friends expect it to be.