This commit is contained in:
twinaphex
2021-06-06 01:57:41 +02:00
parent 84bb7c4e9d
commit 8331b3c425
2 changed files with 3 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ void FCEUPPU_Reset(void);
void FCEUPPU_Power(void);
int FCEUPPU_Loop(int skip);
void FCEUPPU_LineUpdate();
void FCEUPPU_LineUpdate(void);
void FCEUPPU_SetVideoSystem(int w);
extern void (*GameHBIRQHook)(void), (*GameHBIRQHook2)(void);