12 lines
No EOL
407 B
Markdown
12 lines
No EOL
407 B
Markdown
# gspgpu.h
|
|
Graphical things.
|
|
|
|
## `void gspWaitForVBlank(void);`
|
|
Wait for the vertical sync to be done??? idk just call it before drawing
|
|
anything (TODO visual)
|
|
|
|
## Resolutions
|
|
GSP_SCREEN_WIDTH: Width of both screens (240).
|
|
GSP_SCREEN_HEIGHT_TOP: Height of the top screen (400).
|
|
GSP_SCREEN_HEIGHT_TOP_2X: Height of the top screen times 2 (800).
|
|
GSP_SCREEN_HEIGHT_TOPBOTTOM: Height of the bottom screen (320). |