mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Small mistake
This commit is contained in:
parent
092b7e9d43
commit
db141d5edb
@ -6,6 +6,7 @@
|
||||
|
||||
#include "core/stdafx.h"
|
||||
#include "core/init.h"
|
||||
#include "tier0/fasttimer.h"
|
||||
#include "tier0/cpu.h"
|
||||
#include "tier0/commandline.h"
|
||||
#include "tier1/cmd.h"
|
||||
@ -315,7 +316,7 @@ void CheckCPU()
|
||||
{
|
||||
const CPUInformation& pi = GetCPUInformation();
|
||||
|
||||
if ((pi.m_bSSE && pi.m_bSSE2))
|
||||
if (!(pi.m_bSSE && pi.m_bSSE2))
|
||||
{
|
||||
if (MessageBoxA(NULL, "SSE and SSE2 are required.", "SDK Error", MB_ICONERROR | MB_OK))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user