mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-22 04:24:56 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue