We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f661e2 commit cf7dae0Copy full SHA for cf7dae0
1 file changed
libogc/console.c
@@ -728,7 +728,7 @@ static void consoleHandleColorEsc(int argCount)
728
if(escapeSeq.colorArgCount == 3)
729
{
730
escapeSeq.color.bg = single_RGB8_to_YCbCr(escapeSeq.colorArgs[0], escapeSeq.colorArgs[1], escapeSeq.colorArgs[2]);
731
- escapeSeq.color.flags |= CONSOLE_FG_CUSTOM;
+ escapeSeq.color.flags |= CONSOLE_BG_CUSTOM;
732
escapeSeq.state = ESC_BUILDING_UNKNOWN;
733
}
734
default:
0 commit comments