diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-07-24 22:39:16 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-07-24 22:39:16 +0200 |
| commit | f071adf8f590bb2d2ceee7d93bea120c9d754788 (patch) | |
| tree | e5cd62882fed370bc2d0f75ca6f10fe4b65d5940 /Source/Gfx.h | |
| parent | 41d8caba3b3e7611d657c0ee4cecd1cdbdf0c814 (diff) | |
| download | opensend-f071adf8f590bb2d2ceee7d93bea120c9d754788.tar.gz | |
* Some improvements made to improve peformance and stability.
- Removed Pad module (useless).
* Some functions removed from System and Gfx.
Diffstat (limited to 'Source/Gfx.h')
| -rw-r--r-- | Source/Gfx.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Source/Gfx.h b/Source/Gfx.h index 76eaff2..b2b8295 100644 --- a/Source/Gfx.h +++ b/Source/Gfx.h @@ -8,7 +8,7 @@ #include "Global_Inc.h" #include "System.h" -#include "Pad.h" + /* ************************************* * Defines @@ -96,12 +96,6 @@ void GfxSetSplitScreen(uint8_t playerIndex); void GfxDisableSplitScreen(void); -// Switches between true and false every 1 exact second (used for flashing effects) -bool Gfx1HzFlash(void); - -// Switches between true and false every 500 milliseconds (used for flashing effects) -bool Gfx2HzFlash(void); - void GfxDrawScene_NoSwap(void); void GfxDevMenuEnable(void); |
