mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 20:25:58 +00:00
fix cleanup crash
This commit is contained in:
parent
9c9dd2a45b
commit
e3b09e1209
1 changed files with 5 additions and 1 deletions
|
@ -283,4 +283,8 @@ void SlippiPlaybackStatus::clearWatchSettingsStartEnd()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
SlippiPlaybackStatus::~SlippiPlaybackStatus() {}
|
SlippiPlaybackStatus::~SlippiPlaybackStatus()
|
||||||
|
{
|
||||||
|
// Kill threads to prevent cleanup crash
|
||||||
|
resetPlayback();
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue