X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=drivers%2Fcommon%2Fdface.h;fp=drivers%2Fgp2x%2Fdface.h;h=b22d07d6e974bd557782722a821d33ee25c8611a;hp=cb66b5ce9a2e6aff5a625874711206819adbf906;hb=4a2a617ac879a95babe3b8a822188b71e9769ba4;hpb=396c448eb538587248ddbf586a90371c71b48183 diff --git a/drivers/gp2x/dface.h b/drivers/common/dface.h similarity index 95% rename from drivers/gp2x/dface.h rename to drivers/common/dface.h index cb66b5c..b22d07d 100644 --- a/drivers/gp2x/dface.h +++ b/drivers/common/dface.h @@ -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);