aboutsummaryrefslogtreecommitdiff
path: root/Source/Gfx.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-05-05 23:55:15 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-05-05 23:55:15 +0200
commit6a90ed354fcf4871aa7ce1d0b599ff69787f1d5f (patch)
treedce9d108c63173c403a3a9c979021589ceb41640 /Source/Gfx.h
parent83b4684d7cb9934371909b522d6daa0f16cc0396 (diff)
downloadairport-6a90ed354fcf4871aa7ce1d0b599ff69787f1d5f.tar.gz
* Split screen is now working. Yay!!
* New prototypes for Gfx. Still preliminar, but make split screen work.
Diffstat (limited to 'Source/Gfx.h')
-rw-r--r--Source/Gfx.h4
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);