mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
fixed underrun buffer in hle on linux
made wiimote compile on linux again git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2093 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d8f4785772
commit
bde4241e9e
7 changed files with 21 additions and 35 deletions
|
@ -867,7 +867,7 @@ void ConfigDialog::GeneralSettingsChanged(wxCommandEvent& event)
|
|||
DoExtensionConnectedDisconnected();
|
||||
/* It doesn't seem to be needed but shouldn't it at least take 25 ms to
|
||||
reconnect an extension after we disconnected another? */
|
||||
if(g_EmulatorRunning) Sleep(25);
|
||||
if(g_EmulatorRunning) sleep(25);
|
||||
}
|
||||
|
||||
// Update status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue