Fix compile

This commit is contained in:
cam900 2022-06-06 19:26:34 +09:00
parent 35caab6f82
commit d1aeabe464
4 changed files with 27 additions and 27 deletions

View file

@ -22,10 +22,6 @@
#include <string.h>
#include <math.h>
static unsigned char konOffs[6]={
0, 1, 2, 4, 5, 6
};
#define IS_REALLY_MUTED(x) (isMuted[x] && (x<5 || !softPCM || (isMuted[5] && isMuted[6])))
const char* DivPlatformGenesis::getEffectName(unsigned char effect) {