From 66a21b0469fea0a50dc8553331fc1bb4edfde8ad Mon Sep 17 00:00:00 2001 From: r2dliu Date: Fri, 17 Jul 2020 14:45:52 -0400 Subject: [PATCH] reset playback on exit --- Source/Core/Core/HW/EXI/EXI_DeviceSlippi.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/Core/HW/EXI/EXI_DeviceSlippi.cpp b/Source/Core/Core/HW/EXI/EXI_DeviceSlippi.cpp index 667c1db2ed..bb89bc058a 100644 --- a/Source/Core/Core/HW/EXI/EXI_DeviceSlippi.cpp +++ b/Source/Core/Core/HW/EXI/EXI_DeviceSlippi.cpp @@ -201,6 +201,8 @@ CEXISlippi::~CEXISlippi() localSelections.Reset(); + g_playbackStatus->resetPlayback(); + // 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 // and then queues into online matchmaking, and then stops the game. That might deinit