Compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2302 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
4f48594aa8
commit
5cf828c7b9
|
@ -200,7 +200,7 @@ int main(int argc, char* argv[])
|
|||
cpu_info.Detect();
|
||||
CPluginManager::GetInstance().ScanForPlugins();
|
||||
BootManager::BootCore(bootFile);
|
||||
while (PowerPC::state != PowerPC::CPU_POWERDOWN)
|
||||
while (PowerPC::GetState() != PowerPC::CPU_POWERDOWN)
|
||||
{
|
||||
updateMainFrameEvent.Wait();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue