mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
ReVPK: fix undefined symbol
CheckCPUforSSE2() was removed in commit 504d042e6095b24e125c7d38549db860b2d15a67, but ReVPK still needs to check for it.
This commit is contained in:
parent
f18829a487
commit
1052401824
@ -49,7 +49,7 @@ CFileSystem_Stdio* FileSystem()
|
||||
//-----------------------------------------------------------------------------
|
||||
static void ReVPK_Init()
|
||||
{
|
||||
CheckCPUforSSE2();
|
||||
CheckSystemCPUForSSE2();
|
||||
|
||||
g_CoreMsgVCallback = EngineLoggerSink;
|
||||
lzham_enable_fail_exceptions(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user