Files
pcsx2/plugins
Jonathan Li b244de73ca gsdx: Use separate mutex for waiting
In the previous code, the worker thread would notify the MTGS thread
while the mutex is still locked, which could cause the MTGS thread to
wake up and immediately go back to sleep again since it can't lock the
mutex.

Use a separate mutex for waiting, which avoids the issue.
2017-01-07 13:54:45 +01:00
..
2016-09-08 21:54:50 +02:00
2016-07-23 15:58:37 +02:00
2017-01-07 13:54:45 +01:00
2016-12-10 12:16:44 +00:00
2016-12-18 14:32:13 +00:00
2016-10-22 13:22:28 +02:00