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 1052401824
commit 001a8db684

View File

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