mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
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…
x
Reference in New Issue
Block a user