wxgui: Add in a missed check on the threading. Update the game fixes panel.

git-svn-id: http://pcsx2.googlecode.com/svn/branches/wxgui@1744 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42
2009-09-05 12:02:07 +00:00
parent 93e1d87a22
commit 163efebb29
3 changed files with 21 additions and 12 deletions
+2
View File
@@ -94,6 +94,8 @@ namespace Threading
//
void PersistentThread::Cancel( bool isBlocking )
{
if( !m_running ) return;
if( _InterlockedExchange( &m_detached, true ) )
{
if( m_running )