NetConsole: fix undefined symbol

CheckCPUforSSE2() was removed in commit 504d042e6095b24e125c7d38549db860b2d15a67, but NetConsole still needs to check for it.
This commit is contained in:
Kawe Mazidjatari 2024-04-05 19:37:00 +02:00
parent 60a17c6f55
commit 77f748c5d3

View File

@ -453,7 +453,7 @@ bool CNetCon::IsConnected(void)
//-----------------------------------------------------------------------------
int main(int argc, char* argv[])
{
CheckCPUforSSE2();
CheckSystemCPUForSSE2();
bool bEnableColor = false;