dolphin-emulator/Source/Core
magumagu 063ab30e3d IPCHLE: improve HLE timing.
This change attempts to make calls to WII_IPC_HLE_Interface::Update()
more consistent.  We should be calling it whenever there is something we
can pop from a queue, and this patch does that.

DeviceUpdate() now works independently of Update(): it's now just a periodic
timer for devices which need to regularly update state.

With this change, we need a non-zero default delay for IPC replies because
replies are popped off the queue much more aggressively.

This fixes launching channels from the the System Menu.
2014-06-14 10:02:46 -07:00
..
AudioCommon Revert "DSound: use DSound notifications to produce sound." 2014-05-31 13:35:46 -07:00
Common BitField: Add an explicit getter function for retrieving the BitField value. 2014-06-11 20:58:40 +02:00
Core IPCHLE: improve HLE timing. 2014-06-14 10:02:46 -07:00
DiscIO Fix the capitalization of "GameCube" throughout the project. 2014-06-08 11:24:49 +09:00
DolphinWX Merge pull request #470 from pauldacheez/s-Gamecube-GameCube 2014-06-13 21:52:08 +02:00
InputCommon Merge pull request #300 from Sonicadvance1/Fix-AndroidInput 2014-05-30 15:32:08 -07:00
VideoBackends Merge pull request #445 from magumagu/video-dead-code 2014-06-13 22:38:22 +02:00
VideoCommon Merge pull request #445 from magumagu/video-dead-code 2014-06-13 22:38:22 +02:00
CMakeLists.txt