try to fix non gui version
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2289 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
7218a070e6
commit
7a4f21d8c4
|
@ -20,6 +20,7 @@
|
||||||
#include "cmdline.h"
|
#include "cmdline.h"
|
||||||
#include "Thread.h"
|
#include "Thread.h"
|
||||||
#include "PowerPC/PowerPC.h"
|
#include "PowerPC/PowerPC.h"
|
||||||
|
#include "PluginManager.h"
|
||||||
|
|
||||||
|
|
||||||
#include "BootManager.h"
|
#include "BootManager.h"
|
||||||
|
@ -197,6 +198,7 @@ int main(int argc, char* argv[])
|
||||||
|
|
||||||
updateMainFrameEvent.Init();
|
updateMainFrameEvent.Init();
|
||||||
cpu_info.Detect();
|
cpu_info.Detect();
|
||||||
|
CPluginManager::GetInstance().ScanForPlugins();
|
||||||
BootManager::BootCore(bootFile);
|
BootManager::BootCore(bootFile);
|
||||||
while (PowerPC::state != PowerPC::CPU_POWERDOWN)
|
while (PowerPC::state != PowerPC::CPU_POWERDOWN)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue