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, 0 insertions, 11 deletions
diff --git a/audio/xmms-nsf/files/patch-src_nes_audiosys.h b/audio/xmms-nsf/files/patch-src_nes_audiosys.h
deleted file mode 100644
index fd6143b26039..000000000000
--- a/audio/xmms-nsf/files/patch-src_nes_audiosys.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);