summaryrefslogtreecommitdiff
path: root/audio/xmms-nsf/files/patch-src_nes_audiosys.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms-nsf/files/patch-src_nes_audiosys.h')
-rw-r--r--audio/xmms-nsf/files/patch-src_nes_audiosys.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xmms-nsf/files/patch-src_nes_audiosys.h b/audio/xmms-nsf/files/patch-src_nes_audiosys.h
new file mode 100644
index 000000000000..fd6143b26039
--- /dev/null
+++ b/audio/xmms-nsf/files/patch-src_nes_audiosys.h
@@ -0,0 +1,11 @@
+--- src/nes/audiosys.h.orig 2001-01-07 04:17:56 UTC
++++ src/nes/audiosys.h
+@@ -21,7 +21,7 @@ typedef struct NES_VOLUME_HANDLER_TAG {
+ } 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);