blob: 396adb8183f003c369fe1d3358cf182c056c11cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./src/nes/audiosys.h.orig Sun Jan 7 05:17:56 2001
+++ ./src/nes/audiosys.h Wed Jan 10 20:10:34 2007
@@ -21,7 +21,7 @@
} NES_VOLUME_HANDLER;
-void NESAudioRender(Int16 *bufp, Uint buflen);
+Uint32 NESAudioRender(Int16 *bufp, Uint buflen);
void NESAudioHandlerInstall(NES_AUDIO_HANDLER *ph);
void NESAudioFrequencySet(Uint freq);
Uint NESAudioFrequencyGet(void);
|