efbdab1dc16ca090266ae511fb7b902b07d32ac3
[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 InitVideo(void);
16 void KillVideo(void);
17 void BlitScreen(uint8 *buf);
18 void LockConsole(void);
19 void UnlockConsole(void);
20 void ToggleFS();                /* SDL */