Compile fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2302 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2009-02-18 00:08:40 +00:00
parent 4f48594aa8
commit 5cf828c7b9
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ int main(int argc, char* argv[])
cpu_info.Detect(); cpu_info.Detect();
CPluginManager::GetInstance().ScanForPlugins(); CPluginManager::GetInstance().ScanForPlugins();
BootManager::BootCore(bootFile); BootManager::BootCore(bootFile);
while (PowerPC::state != PowerPC::CPU_POWERDOWN) while (PowerPC::GetState() != PowerPC::CPU_POWERDOWN)
{ {
updateMainFrameEvent.Wait(); updateMainFrameEvent.Wait();
} }