Use the portable SLEEP() macro in place of Sleep().

r5998 fixes the Center() problem in plugins on OS X.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6001 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang
2010-07-30 11:58:18 +00:00
parent bae8c6ed9c
commit 72494a0363
2 changed files with 3 additions and 5 deletions

View File

@ -529,9 +529,7 @@ void GFXConfigDialogOGL::CreateGUIControls()
InitializeGUITooltips();
Fit();
#ifndef __APPLE__
Center(); //it seems to cause problems on macs with small screens
#endif
Center();
UpdateGUI();
}