From 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 26 Jul 2016 16:51:15 +0000 Subject: Cleanup patches, a* categories. Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight --- audio/stymulator/files/patch-stsoundlib__YmMusic.h | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 audio/stymulator/files/patch-stsoundlib__YmMusic.h (limited to 'audio/stymulator/files/patch-stsoundlib__YmMusic.h') diff --git a/audio/stymulator/files/patch-stsoundlib__YmMusic.h b/audio/stymulator/files/patch-stsoundlib__YmMusic.h deleted file mode 100644 index 826e8d009902..000000000000 --- a/audio/stymulator/files/patch-stsoundlib__YmMusic.h +++ /dev/null @@ -1,38 +0,0 @@ ---- ./stsoundlib/YmMusic.h.orig 2010-04-23 13:49:47.000000000 +0200 -+++ ./stsoundlib/YmMusic.h 2010-04-23 13:50:07.000000000 +0200 -@@ -38,8 +38,6 @@ - #include "Ymload.h" - #include "digidrum.h" - --#define MAX_DIGIDRUM 128 -- - #define YMTPREC 16 - #define MAX_VOICE 8 - #define PC_DAC_FREQ 44100 -@@ -143,7 +141,7 @@ - int getAttrib(void); - void getMusicInfo(ymMusicInfo_t *pInfo); - void setLoopMode(ymbool bLoop); -- char *getLastError(void); -+ const char *getLastError(void); - int readYmRegister(ymint reg) { return ymChip.readRegister(reg); } - - //------------------------------------------------------------- -@@ -159,7 +157,7 @@ - - void setPlayerRate(int rate); - void setAttrib(int _attrib); -- void setLastError(char *pError); -+ void setLastError(const char *pError); - ymu8 *depackFile(void); - ymbool deInterleave(void); - void readYm6Effect(ymu8 *pReg,int code,int prediv,int count); -@@ -168,7 +166,7 @@ - - - CYm2149Ex ymChip; -- char *pLastError; -+ const char *pLastError; - ymFile_t songType; - int nbFrame; - int loopFrame; -- cgit v1.2.3