mirror of
https://github.com/libretro/snes9x2010.git
synced 2024-11-23 07:59:47 +00:00
parent
a23565485f
commit
f9ae8fd28b
@ -3998,7 +3998,7 @@ static INLINE bool8 addCyclesInDMA (uint8 dma_channel)
|
||||
return retval;
|
||||
}
|
||||
|
||||
static uint8 dma_channels_to_be_used[8];
|
||||
static uint8 dma_channels_to_be_used[8] = {0};
|
||||
static bool8 special_chips_active = FALSE;
|
||||
|
||||
|
||||
|
@ -214,7 +214,7 @@ static INLINE uint16 COLOR_SUB (uint16 C1, uint16 C2)
|
||||
}
|
||||
|
||||
static uint16 DirectColourMaps[8][256];
|
||||
static uint16 BlackColourMap[256]};
|
||||
static uint16 BlackColourMap[256] = {0};
|
||||
|
||||
static void S9xBuildDirectColourMaps (void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user