mirror of
https://github.com/libretro/snes9x2002.git
synced 2024-11-23 07:39:42 +00:00
Remove unused SoundEnvelopeHeightReading
This commit is contained in:
parent
8d05532012
commit
03398d037d
10
src/memmap.c
10
src/memmap.c
@ -475,14 +475,6 @@ again:
|
||||
"ROM image is in interleaved format - converting...");
|
||||
|
||||
nblocks = Memory.CalculatedSize >> 16;
|
||||
#if 0
|
||||
int step = 64;
|
||||
|
||||
while (nblocks <= step)
|
||||
step >>= 1;
|
||||
|
||||
nblocks = step;
|
||||
#endif
|
||||
|
||||
if (Tales)
|
||||
{
|
||||
@ -2402,8 +2394,6 @@ void ApplyROMFixes ()
|
||||
}
|
||||
}
|
||||
|
||||
if (strcmp (Memory.ROMName, "FURAI NO SIREN") == 0)
|
||||
SNESGameFixes.SoundEnvelopeHeightReading2 = TRUE;
|
||||
#if 0
|
||||
if(strcmp (ROMName, "XBAND JAPANESE MODEM") == 0)
|
||||
{
|
||||
|
@ -306,7 +306,6 @@ typedef struct
|
||||
bool8 SixteenBitSound;
|
||||
int SoundBufferSize;
|
||||
int SoundMixInterval;
|
||||
bool8 SoundEnvelopeHeightReading;
|
||||
bool8 DisableSoundEcho;
|
||||
bool8 DisableSampleCaching;
|
||||
bool8 DisableMasterVolume;
|
||||
@ -365,7 +364,6 @@ typedef struct
|
||||
uint8 Old_Read0x4200;
|
||||
uint8 _0x213E_ReturnValue;
|
||||
uint8 TouhaidenControllerFix;
|
||||
uint8 SoundEnvelopeHeightReading2;
|
||||
uint8 SRAMInitialValue;
|
||||
uint8 Uniracers;
|
||||
uint8 Flintstones;
|
||||
|
Loading…
Reference in New Issue
Block a user