This input.h addition proved useless.

This commit is contained in:
ugetab 2010-05-01 20:34:54 +00:00
parent 1f70280225
commit da1a1c7b61
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ void FCEU_UpdateInput(void);
void InitializeInput(void); void InitializeInput(void);
void FCEU_UpdateBot(void); void FCEU_UpdateBot(void);
extern void (*PStrobe[2])(void); extern void (*PStrobe[2])(void);
void FCEUD_SetInput(bool fourscore, bool microphone, ESI port0, ESI port1, ESIFC fcexp);
//called from PPU on scanline events. //called from PPU on scanline events.
extern void InputScanlineHook(uint8 *bg, uint8 *spr, uint32 linets, int final); extern void InputScanlineHook(uint8 *bg, uint8 *spr, uint32 linets, int final);