Merge pull request #6935 from spycrab/qt_fifo_range
Qt/FIFOPlayerWindow: Properly reset ranges
This commit is contained in:
commit
59be5da24c
|
@ -215,6 +215,7 @@ void FIFOPlayerWindow::StopRecording()
|
||||||
void FIFOPlayerWindow::OnEmulationStarted()
|
void FIFOPlayerWindow::OnEmulationStarted()
|
||||||
{
|
{
|
||||||
UpdateControls();
|
UpdateControls();
|
||||||
|
OnFIFOLoaded();
|
||||||
}
|
}
|
||||||
|
|
||||||
void FIFOPlayerWindow::OnEmulationStopped()
|
void FIFOPlayerWindow::OnEmulationStopped()
|
||||||
|
|
Loading…
Reference in New Issue