mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-10 09:25:34 +02: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 rm network callbacks
|
||||||
//TODO rumble thread
|
//TODO rumble thread
|
||||||
|
Shutdown();
|
||||||
this->run_every_runcb->remove(&Steam_Controller::steam_run_every_runcb, this);
|
this->run_every_runcb->remove(&Steam_Controller::steam_run_every_runcb, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue