diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-05-05 23:55:15 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-05-05 23:55:15 +0200 |
| commit | 6a90ed354fcf4871aa7ce1d0b599ff69787f1d5f (patch) | |
| tree | dce9d108c63173c403a3a9c979021589ceb41640 /Source/Gfx.h | |
| parent | 83b4684d7cb9934371909b522d6daa0f16cc0396 (diff) | |
| download | airport-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.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); |
