mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 04:36:18 +00:00
reset playback on exit
This commit is contained in:
parent
8a08303fea
commit
66a21b0469
1 changed files with 2 additions and 0 deletions
|
@ -201,6 +201,8 @@ CEXISlippi::~CEXISlippi()
|
||||||
|
|
||||||
localSelections.Reset();
|
localSelections.Reset();
|
||||||
|
|
||||||
|
g_playbackStatus->resetPlayback();
|
||||||
|
|
||||||
// TODO: ENET shutdown should maybe be done at app shutdown instead.
|
// TODO: ENET shutdown should maybe be done at app shutdown instead.
|
||||||
// Right now this might be problematic in the case where someone starts a netplay client
|
// Right now this might be problematic in the case where someone starts a netplay client
|
||||||
// and then queues into online matchmaking, and then stops the game. That might deinit
|
// and then queues into online matchmaking, and then stops the game. That might deinit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue