moved plugin manager to core.

Can someone fix it on windows? 


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1840 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2009-01-09 12:46:04 +00:00
parent 9f5aaf8413
commit 9cae49bb52
7 changed files with 9 additions and 36 deletions

View file

@ -65,7 +65,7 @@
#include "Plugins/Plugin_DSP.h" // new stuff, to let us open the DLLDebugger
#include "Plugins/Plugin_Video.h" // new stuff, to let us open the DLLDebugger
#include "../../DolphinWX/Src/PluginManager.h"
#include "PluginManager.h"
#include "../../DolphinWX/Src/Config.h"