fix "pure virtual method called" on quit
This commit is contained in:
@@ -136,6 +136,11 @@ MemoryCardDriverThreaded_Linux::MemoryCardDriverThreaded_Linux()
|
||||
this->StartThread();
|
||||
}
|
||||
|
||||
MemoryCardDriverThreaded_Linux::~MemoryCardDriverThreaded_Linux()
|
||||
{
|
||||
this->StopThread();
|
||||
}
|
||||
|
||||
void MemoryCardDriverThreaded_Linux::ResetUsbStorage()
|
||||
{
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user