dolphin-emulator/Source/Core
Admiral H. Curtiss 935292c6fc DolphinWX: In Host_ConnectWiimote(), instead of calling CFrame::ConnectWiimote() directly, dispatch an event that will call it for us in the GUI thread.
This eliminates a possible stutter/short freeze that can happen during PowerPC::Pause().
2015-07-16 02:35:57 +02:00
..
AudioCommon Merge pull request #2659 from Armada651/openal-conv 2015-06-27 00:13:02 +02:00
Common Common: CallLambdaTrampoline can return a value 2015-07-04 00:57:41 -07:00
Core Wiimote: (Re-)Connect a disconnected real Wiimote when a button is pressed. 2015-07-16 02:35:55 +02:00
DiscIO Use emplace() instead of insert() where applicable for maps. 2015-06-28 19:52:40 -04:00
DolphinQt Fix DoFileSearch returning the passed-in directories themselves. 2015-06-25 15:17:52 +02:00
DolphinWX DolphinWX: In Host_ConnectWiimote(), instead of calling CFrame::ConnectWiimote() directly, dispatch an event that will call it for us in the GUI thread. 2015-07-16 02:35:57 +02:00
InputCommon evdev: fix -Wunused-private-field warning 2015-07-04 14:14:15 +02:00
UICommon Options: merge SCoreStartupParameter into SConfig 2015-06-12 19:07:45 +02:00
VideoBackends Use emplace() instead of insert() where applicable for maps. 2015-06-28 19:52:40 -04:00
VideoCommon Use emplace() instead of insert() where applicable for maps. 2015-06-28 19:52:40 -04:00
CMakeLists.txt