fix "pure virtual method called" on quit
This commit is contained in:
@@ -18,6 +18,11 @@ MemoryCardDriverThreaded_Windows::MemoryCardDriverThreaded_Windows()
|
||||
StartThread();
|
||||
}
|
||||
|
||||
MemoryCardDriverThreaded_Windows::~MemoryCardDriverThreaded_Windows()
|
||||
{
|
||||
StopThread();
|
||||
}
|
||||
|
||||
typedef const CString& CCStringRef;
|
||||
|
||||
static bool TestReady( CCStringRef sDrive )
|
||||
|
||||
Reference in New Issue
Block a user