summaryrefslogtreecommitdiff
path: root/src/common/cpu_detect_generic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/cpu_detect_generic.cpp')
-rw-r--r--src/common/cpu_detect_generic.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/common/cpu_detect_generic.cpp b/src/common/cpu_detect_generic.cpp
deleted file mode 100644
index ccec324d9..000000000
--- a/src/common/cpu_detect_generic.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
1// Copyright 2014 Dolphin Emulator Project
2// Licensed under GPLv2+
3// Refer to the license.txt file included.
4
5#include "cpu_detect.h"
6#include "hash.h"
7
8namespace Common {
9
10CPUInfo cpu_info;
11
12CPUInfo::CPUInfo() {
13}
14
15std::string CPUInfo::Summarize() {
16 return "Generic";
17}
18
19} // namespace Common