diff --git a/pcsx2/x86/ix86/ix86_cpudetect.c b/pcsx2/x86/ix86/ix86_cpudetect.c index 97b2b00..81ed529 100644 --- a/pcsx2/x86/ix86/ix86_cpudetect.c +++ b/pcsx2/x86/ix86/ix86_cpudetect.c @@ -120,7 +120,6 @@ static s32 iCpuId( u32 cmd, u32 *regs ) return -1; cpuid(cmd, regs[0], regs[1], regs[2], regs[3]); - return 0; #endif // _MSC_VER }