summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Src/Main.cpp
diff options
context:
space:
mode:
authornodchip <nodchip@gmail.com>2010-02-24 10:10:48 +0000
committernodchip <nodchip@gmail.com>2010-02-24 10:10:48 +0000
commitb7e73102caa74c56a042313b11e4b17841ed3f19 (patch)
tree89b7a1c60640255b2a91d646642234f44c8d3dec /Source/Core/DolphinWX/Src/Main.cpp
parent47fb73b71a27d1a1aaa9a7dc160de573c92a9ee3 (diff)
Fixed the issue that cpu_info is not initialized in plugin. This commit enables SSSE3/SSE4.1 codes in rev5119.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5120 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DolphinWX/Src/Main.cpp')
-rw-r--r--Source/Core/DolphinWX/Src/Main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/DolphinWX/Src/Main.cpp b/Source/Core/DolphinWX/Src/Main.cpp
index b871303c50..a663b9e22a 100644
--- a/Source/Core/DolphinWX/Src/Main.cpp
+++ b/Source/Core/DolphinWX/Src/Main.cpp
@@ -106,9 +106,6 @@ bool DolphinApp::OnInit()
wxString padPluginFilename;
wxString wiimotePluginFilename;
- // Detect CPU info and write it to the cpu_info struct
- cpu_info.Detect();
-
#if defined _DEBUG && defined _WIN32
int tmpflag = _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG);
tmpflag |= _CRTDBG_DELAY_FREE_MEM_DF;