mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-12 14:26:39 -05:00
mingw: fix CPU detection
This commit is contained in:
parent
556dc939fd
commit
40f57dcb63
|
|
@ -22,7 +22,7 @@
|
|||
#include "Common/MsgHandler.h"
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32
|
||||
#ifndef _MSC_VER
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#include <unistd.h>
|
||||
|
|
@ -110,7 +110,7 @@ CPUInfo::CPUInfo()
|
|||
|
||||
void CPUInfo::Detect()
|
||||
{
|
||||
#ifdef _WIN32
|
||||
#ifdef _MSC_VER
|
||||
WarnIfRunningUnderEmulation();
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user