From f95619e509a4050d83ea0e670cbc4cafc3ee2a58 Mon Sep 17 00:00:00 2001 From: Sonicadvance1 Date: Wed, 30 Jul 2008 06:10:34 +0000 Subject: Potential fix for full screen GL in Windows, and fixes for both Linux and Mac git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@102 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Src/CPUDetect.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Source/Core/Common/Src/CPUDetect.cpp') diff --git a/Source/Core/Common/Src/CPUDetect.cpp b/Source/Core/Common/Src/CPUDetect.cpp index 41f03be964..a8171fefab 100644 --- a/Source/Core/Common/Src/CPUDetect.cpp +++ b/Source/Core/Common/Src/CPUDetect.cpp @@ -17,14 +17,12 @@ #ifdef _WIN32 #include -#endif +#else -#ifdef __linux__ //#include #include void __cpuid(int info[4], int x) {} - #endif #include -- cgit v1.2.3