ReVPK: fix undefined symbol

CheckCPUforSSE2() was removed in commit 504d042e6095b24e125c7d38549db860b2d15a67, but ReVPK still needs to check for it.
This commit is contained in:
Kawe Mazidjatari 2024-04-05 19:36:38 +02:00
parent f18829a487
commit 1052401824

View File

@ -49,7 +49,7 @@ CFileSystem_Stdio* FileSystem()
//-----------------------------------------------------------------------------
static void ReVPK_Init()
{
CheckCPUforSSE2();
CheckSystemCPUForSSE2();
g_CoreMsgVCallback = EngineLoggerSink;
lzham_enable_fail_exceptions(true);