This commit is contained in:
Zy 2024-09-26 00:59:50 +02:00
parent 38b8fa6c79
commit 82cca59ddd
90 changed files with 18056 additions and 28 deletions

View file

@ -23,4 +23,15 @@ Represents each screen.
## `enum gfx3dSide_t;`
Represent each image for the 3D screen.
GFX_LEFT: Left eye.
GFX_RIGHT: Right eye.
GFX_RIGHT: Right eye.
## `void gfxSet3D(bool enable);`
Enable or disable 3D on the top screen.
## `bool gfxIs3D(void);`
Check whether the 3D is enabled on the top screen.
# TO SEE:
## `bool gspPresentBuffer(???);`
"Presents a buffer to the specified screen."