mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
NetConsole: fix undefined symbol
CheckCPUforSSE2() was removed in commit 504d042e6095b24e125c7d38549db860b2d15a67, but NetConsole still needs to check for it.
This commit is contained in:
parent
60a17c6f55
commit
77f748c5d3
@ -453,7 +453,7 @@ bool CNetCon::IsConnected(void)
|
||||
//-----------------------------------------------------------------------------
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
CheckCPUforSSE2();
|
||||
CheckSystemCPUForSSE2();
|
||||
|
||||
bool bEnableColor = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user