mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-01 17:02:20 -05:00
Fix warning in x64CPUDetect.cpp in generic build by not building it.
This commit is contained in:
14
Source/Core/Common/GenericCPUDetect.cpp
Normal file
14
Source/Core/Common/GenericCPUDetect.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
// Copyright 2013 Dolphin Emulator Project
|
||||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "Common/CPUDetect.h"
|
||||
|
||||
CPUInfo cpu_info;
|
||||
|
||||
CPUInfo::CPUInfo() {}
|
||||
|
||||
std::string CPUInfo::Summarize()
|
||||
{
|
||||
return "Generic";
|
||||
}
|
||||
Reference in New Issue
Block a user