mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
8a61c7d336
commit
e8596f0430
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue