mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Fix warning in x64CPUDetect.cpp in generic build by not building it.
This commit is contained in:
parent
9cdd842080
commit
fb3d9c9d58
3 changed files with 19 additions and 10 deletions
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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue