vboyee-- somehow the default colors for anaglyph were all wrong
This commit is contained in:
parent
92acca2975
commit
b20354448b
|
@ -439,8 +439,6 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.VB
|
|||
return ret;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
#region ISaveRam
|
||||
|
|
Binary file not shown.
|
@ -57,12 +57,12 @@ enum
|
|||
static const uint32 AnaglyphPreset_Colors[][2] =
|
||||
{
|
||||
{0, 0},
|
||||
{0xFF0000, 0x0000FF},
|
||||
{0xFF0000, 0x00B7EB},
|
||||
{0xFF0000, 0x00FFFF},
|
||||
{0xFF0000, 0x00FF00},
|
||||
{0x0000FF, 0xFF0000},
|
||||
{0x0000FF, 0xEBB700},
|
||||
{0x0000FF, 0xFFFF00},
|
||||
{0x0000FF, 0x00FF00},
|
||||
{0x00FF00, 0xFF00FF},
|
||||
{0xFFFF00, 0x0000FF},
|
||||
{0x00FFFF, 0xFF0000},
|
||||
};
|
||||
|
||||
int32 VB_InDebugPeek;
|
||||
|
|
Loading…
Reference in New Issue