vboyee-- somehow the default colors for anaglyph were all wrong

This commit is contained in:
nattthebear 2017-05-29 14:11:28 -04:00
parent 92acca2975
commit b20354448b
3 changed files with 5 additions and 7 deletions

View File

@ -439,8 +439,6 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.VB
return ret;
}
#endregion
#region ISaveRam

Binary file not shown.

View File

@ -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;