freebsd-ports/audio/xmms-nsf/files/patch-src_nes_audiosys.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
384 B
C

--- 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);