mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
6 lines
147 B
C
6 lines
147 B
C
/// Do not use viInitialize/viExit when using these.
|
|
void gfxInitDefault(void);
|
|
void gfxExit(void);
|
|
void gfxWaitForVsync();
|
|
void gfxSwapBuffers();
|