From f071adf8f590bb2d2ceee7d93bea120c9d754788 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Mon, 24 Jul 2017 22:39:16 +0200 Subject: * Some improvements made to improve peformance and stability. - Removed Pad module (useless). * Some functions removed from System and Gfx. --- Source/Gfx.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Source/Gfx.h') 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); -- cgit v1.2.3