dolphin/Source/Core
Jasper St. Pierre 5cb5a6ecd2 Don't sleep in the event thread
The person who wrote this seemed to misunderstand how XPending and
XNextEvent actually work. XNextEvent will wait in poll if there's
no event yet, meaning that we don't need to sleep after we process
all the events; the kernel will sleep for us.

This changes indentation, so view with -w or a similar feature to
understand what's actually changed here.
2014-09-04 17:24:51 -07:00
..
AudioCommon Merge pull request #930 from skidau/openal-seq-ms 2014-09-02 09:56:46 -04:00
Common Common: Remove unused header from Thread.cpp 2014-09-04 09:15:18 -04:00
Core Merge pull request #965 from FioraAeterna/srawixzero 2014-09-04 08:44:33 -07:00
DiscIO Merge pull request #893 from rohitnirmal/scan-build-fixes 2014-09-02 23:15:18 -07:00
DolphinWX Don't sleep in the event thread 2014-09-04 17:24:51 -07:00
InputCommon Fix a typo introduced by 5adbc83 in ControllerEmu.cpp. 2014-09-04 05:00:53 -04:00
VideoBackends OGL: Make rasters 2D array static in RasterFont 2014-09-03 22:59:13 -04:00
VideoCommon Render: Implemented simple render target pool 2014-09-04 22:21:06 +02:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00