diff options
Diffstat (limited to 'Source/Gfx.h')
| -rw-r--r-- | Source/Gfx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Gfx.h b/Source/Gfx.h index 68c0f5b..bbd041f 100644 --- a/Source/Gfx.h +++ b/Source/Gfx.h @@ -40,6 +40,10 @@ void GfxDrawScene(void); // after it. void GfxDrawScene_Slow(void); +void GfxDrawScene_NoSwap(void); + +void GfxSwapBuffers(void); + // Only renders screen and does not update any pad data or timer data. // To be used in ISR! void GfxDrawScene_Fast(void); |
