cleanups, savestates, input (combos), menu
[fceu.git] / drivers / gp2x / dface.h
1 extern CFGSTRUCT DriverConfig[];
2 extern ARGPSTRUCT DriverArgs[];
3 extern char *DriverUsage;
4
5 void DoDriverArgs(void);
6 void GetBaseDirectory(char *BaseDirectory);
7
8 int InitSound(void);
9 void WriteSound(int16 *Buffer, int Count);
10
11 void KillSound(void);
12 void SilenceSound(int s); /* DOS and SDL */
13
14
15 int InitJoysticks(void);
16 void KillJoysticks(void);
17 uint32 *GetJSOr(void);
18
19 int InitVideo(void);
20 void KillVideo(void);
21 void BlitScreen(uint8 *buf);
22 void LockConsole(void);
23 void UnlockConsole(void);
24 void ToggleFS();                /* SDL */