pcsx2/plugins/cdvdGigaherz/src
Jonathan Li 483b3d6368 cdvdgigaherz: Avoid holding lock during thread sleep
Fixes Coverity CID 127721: Program hangs

Change the sleep to a condition variable wait, which has the added
benefit of allowing the plugin to close ever so slightly faster if
there's no disc in the drive.
2016-11-22 21:26:41 +01:00
..
Unix cdvdgigaherz: Change signs 2016-11-22 21:26:41 +01:00
Windows cdvdgigaherz: Change signs 2016-11-22 21:26:41 +01:00
CDVD.cpp cdvdgigaherz: Read correct sector type in keepalive thread 2016-11-22 21:26:41 +01:00
CDVD.h cdvdgigaherz: Use a queue to manage sector requests 2016-11-22 21:26:41 +01:00
CMakeLists.txt cmake: Add cdvdgigaherz and dependencies 2016-11-07 00:08:23 +00:00
ReadThread.cpp cdvdgigaherz: Avoid holding lock during thread sleep 2016-11-22 21:26:41 +01:00
Settings.cpp cdvdgigaherz: Add portable setting class 2016-11-07 00:08:23 +00:00
Settings.h cdvdgigaherz: Add portable setting class 2016-11-07 00:08:23 +00:00
TocStuff.cpp cdvdgigaherz: Use a formatted TOC instead of a raw TOC 2016-11-07 00:08:23 +00:00