pcsx2: Rearrange Console colour enum order

Preparation for next commit - The default isn't bold, so it's slightly
neater to have it at the start.
This commit is contained in:
Jonathan Li 2015-12-27 22:12:57 +00:00
parent 8a61c7d336
commit e8596f0430
1 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,9 @@ enum ConsoleColors
{
Color_Current = -1,
Color_Black = 0,
Color_Default = 0,
Color_Black,
Color_Green,
Color_Red,
Color_Blue,
@ -47,8 +49,6 @@ enum ConsoleColors
Color_StrongYellow,
Color_StrongWhite,
Color_Default,
ConsoleColors_Count
};