pcsx2/plugins/cdvdGigaherz
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
..
src cdvdgigaherz: Avoid holding lock during thread sleep 2016-11-22 21:26:41 +01:00