Remove unused SoundEnvelopeHeightReading

This commit is contained in:
libretroadmin 2022-07-19 19:43:16 +02:00
parent 8d05532012
commit 03398d037d
2 changed files with 0 additions and 12 deletions

View File

@ -475,14 +475,6 @@ again:
"ROM image is in interleaved format - converting..."); "ROM image is in interleaved format - converting...");
nblocks = Memory.CalculatedSize >> 16; nblocks = Memory.CalculatedSize >> 16;
#if 0
int step = 64;
while (nblocks <= step)
step >>= 1;
nblocks = step;
#endif
if (Tales) if (Tales)
{ {
@ -2402,8 +2394,6 @@ void ApplyROMFixes ()
} }
} }
if (strcmp (Memory.ROMName, "FURAI NO SIREN") == 0)
SNESGameFixes.SoundEnvelopeHeightReading2 = TRUE;
#if 0 #if 0
if(strcmp (ROMName, "XBAND JAPANESE MODEM") == 0) if(strcmp (ROMName, "XBAND JAPANESE MODEM") == 0)
{ {

View File

@ -306,7 +306,6 @@ typedef struct
bool8 SixteenBitSound; bool8 SixteenBitSound;
int SoundBufferSize; int SoundBufferSize;
int SoundMixInterval; int SoundMixInterval;
bool8 SoundEnvelopeHeightReading;
bool8 DisableSoundEcho; bool8 DisableSoundEcho;
bool8 DisableSampleCaching; bool8 DisableSampleCaching;
bool8 DisableMasterVolume; bool8 DisableMasterVolume;
@ -365,7 +364,6 @@ typedef struct
uint8 Old_Read0x4200; uint8 Old_Read0x4200;
uint8 _0x213E_ReturnValue; uint8 _0x213E_ReturnValue;
uint8 TouhaidenControllerFix; uint8 TouhaidenControllerFix;
uint8 SoundEnvelopeHeightReading2;
uint8 SRAMInitialValue; uint8 SRAMInitialValue;
uint8 Uniracers; uint8 Uniracers;
uint8 Flintstones; uint8 Flintstones;