mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-03-28 14:56:24 +01:00
missing shutdown in controller
This commit is contained in:
parent
c7ce32dad1
commit
9c976d730f
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ Steam_Controller::~Steam_Controller()
|
|||
{
|
||||
//TODO rm network callbacks
|
||||
//TODO rumble thread
|
||||
Shutdown();
|
||||
this->run_every_runcb->remove(&Steam_Controller::steam_run_every_runcb, this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue