Skip to content

Commit

Permalink
Make COH builds more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Feb 11, 2024
1 parent 06b028c commit 8e14c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ enum {
#ifdef CUSTOM_COLORS
DEF_COLOR1 = GS_SETREG_RGBA(0, 0, 0, 0), //Backgr
DEF_COLOR2 = GS_SETREG_RGBA(160, 160, 160, 0), //Frame
#ifdef DVRP
#ifdef SUPPORT_SYSTEM_2X6
DEF_COLOR3 = GS_SETREG_RGBA(0x7a, 0, 0xbe, 0),
#else
DEF_COLOR3 = GS_SETREG_RGBA(0, 204, 255, 0), //Select
Expand Down

0 comments on commit 8e14c8f

Please sign in to comment.