mirror of https://github.com/PCSX2/pcsx2.git
Minor fix for my last commit.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2160 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
190f66186f
commit
0ade7b5bd0
|
@ -152,7 +152,7 @@ static void __concall ConsoleStdio_SetTitle( const wxString& title )
|
||||||
static void __concall ConsoleStdio_ClearColor()
|
static void __concall ConsoleStdio_ClearColor()
|
||||||
{
|
{
|
||||||
#ifdef __LINUX__
|
#ifdef __LINUX__
|
||||||
wxPrintf(tbl_color_codes[17]);
|
wxPrintf(tbl_color_codes[16]);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue