mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
Fix windows choppiness
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@155 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a9b441f379
commit
627695c667
@ -304,7 +304,11 @@ THREAD_RETURN EmuThread(void *pArg)
|
||||
if (Callback_PeekMessages) {
|
||||
Callback_PeekMessages();
|
||||
}
|
||||
#ifdef _WIN32
|
||||
Common::SleepCurrentThread(20);
|
||||
#else
|
||||
Common::SleepCurrentThread(200);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user