fix "pure virtual method called" on quit

This commit is contained in:
Glenn Maynard
2004-07-17 20:38:59 +00:00
parent 093b507d25
commit fcf46a9f61
6 changed files with 23 additions and 1 deletions
@@ -136,6 +136,11 @@ MemoryCardDriverThreaded_Linux::MemoryCardDriverThreaded_Linux()
this->StartThread();
}
MemoryCardDriverThreaded_Linux::~MemoryCardDriverThreaded_Linux()
{
this->StopThread();
}
void MemoryCardDriverThreaded_Linux::ResetUsbStorage()
{
//