use picofe menu, move generic code out of gp2x/
[fceu.git] / drivers / common / dface.h
similarity index 95%
rename from drivers/gp2x/dface.h
rename to drivers/common/dface.h
index cb66b5c..b22d07d 100644 (file)
@@ -8,6 +8,7 @@ void GetBaseDirectory(char *BaseDirectory);
 int InitSound(void);
 void WriteSound(int16 *Buffer, int Count);
 
+void StartSound(void);
 void KillSound(void);
 void SilenceSound(int s);