mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
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 "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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user