mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06: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:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user