summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorspycrab <spycrab@users.noreply.github.com>2018-05-22 01:32:26 +0200
committerspycrab <spycrab@users.noreply.github.com>2018-05-22 01:32:26 +0200
commit54f85c33202b2a67c8951afa6a6be134bdbf47e1 (patch)
tree9950321d75172d3f4a3f7e18ca07f313bed9d17e /Source
parent302093d777c895ee7b04df5f02de347d65622b52 (diff)
Qt/FIFOPlayerWindow: Properly reset ranges
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/DolphinQt2/FIFOPlayerWindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt2/FIFOPlayerWindow.cpp b/Source/Core/DolphinQt2/FIFOPlayerWindow.cpp
index b3a72d0576..ecc89fc033 100644
--- a/Source/Core/DolphinQt2/FIFOPlayerWindow.cpp
+++ b/Source/Core/DolphinQt2/FIFOPlayerWindow.cpp
@@ -215,6 +215,7 @@ void FIFOPlayerWindow::StopRecording()
void FIFOPlayerWindow::OnEmulationStarted()
{
UpdateControls();
+ OnFIFOLoaded();
}
void FIFOPlayerWindow::OnEmulationStopped()