From 7a4f21d8c4b40b450ad07d44674156f4d3621aa6 Mon Sep 17 00:00:00 2001 From: tmator Date: Tue, 17 Feb 2009 20:28:49 +0000 Subject: [PATCH] try to fix non gui version git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2289 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/Src/MainNoGUI.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/DolphinWX/Src/MainNoGUI.cpp b/Source/Core/DolphinWX/Src/MainNoGUI.cpp index f4fbd18776..f04a7e04ab 100644 --- a/Source/Core/DolphinWX/Src/MainNoGUI.cpp +++ b/Source/Core/DolphinWX/Src/MainNoGUI.cpp @@ -20,6 +20,7 @@ #include "cmdline.h" #include "Thread.h" #include "PowerPC/PowerPC.h" +#include "PluginManager.h" #include "BootManager.h" @@ -197,6 +198,7 @@ int main(int argc, char* argv[]) updateMainFrameEvent.Init(); cpu_info.Detect(); + CPluginManager::GetInstance().ScanForPlugins(); BootManager::BootCore(bootFile); while (PowerPC::state != PowerPC::CPU_POWERDOWN) {