dolphin-emulator/Source/Core
Scott Mansell 71d7cd6b9d DolphinWX: Make UpdateLog() return in a finite time.
After fixing the deadlock in #3006, it is now possible for log
messages to flood in faster than UpdateLog can render them.

This causes it to never return, locking up the gui thread and
filling the windows message queue (which triggers the stack
overflow bug in older versions of Wx)
2015-10-09 12:14:04 +13:00
..
AudioCommon Merge pull request #3105 from phire/dont_block 2015-10-03 17:55:26 -07:00
Common Include cstring in Hash.cpp to fix building without PCH 2015-10-06 14:59:56 +02:00
Core DSPEmitter: Rename Default() to FallBackToInterpreter() 2015-10-08 12:45:14 -04:00
DiscIO Merge pull request #3091 from Tilka/mbedtls 2015-10-03 18:00:58 -07:00
DolphinQt Merge pull request #3075 from waddlesplash/no-regexp 2015-10-02 04:00:23 +13:00
DolphinWX DolphinWX: Make UpdateLog() return in a finite time. 2015-10-09 12:14:04 +13:00
InputCommon Merge pull request #3128 from lioncash/unique 2015-10-03 19:08:00 -07:00
UICommon
VideoBackends Merge pull request #3076 from void-ghost/stereo3d_presets 2015-10-03 18:10:23 -07:00
VideoCommon VideoCommon: Silence -Wsign-compare warnings. 2015-10-03 20:32:16 -05:00
CMakeLists.txt