dolphin/Source/Core
Scott Mansell b9b80191d5 Fix deadlock with KHR_debug.
An KHR_debug callback could end up waiting for a mutex
on a thread which calls windows system functions.

While this is not expressly forbidden by the standards,
it does forbid directy calling windows system functions
from a KHR_debug callback. Close enough.
2015-09-09 12:05:24 +12:00
..
AudioCommon [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
Common Merge pull request #2975 from lioncash/emit 2015-09-08 18:44:54 +00:00
Core HW: Fix spelling mistake 2015-09-08 21:11:28 +01:00
DiscIO Merge pull request #2961 from lioncash/printf 2015-09-06 21:02:22 +12:00
DolphinQt Common: Remove StdMakeUnique.h 2015-09-06 04:09:53 -04:00
DolphinWX Fix deadlock with KHR_debug. 2015-09-09 12:05:24 +12:00
InputCommon Add missing override specifiers 2015-09-05 22:40:19 -04:00
UICommon [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
VideoBackends [GLES] Enable bounding box support. 2015-09-07 12:07:27 -05:00
VideoCommon Merge pull request #2960 from phire/improve_efb2tex 2015-09-07 14:12:03 +12:00
CMakeLists.txt