Qt/System: reset boot path after directory scan

This should fix the "Play" Button after batch compiling PPU caches.
Previously you would start the last compiled game, which was kinda weird.
This commit is contained in:
Megamouse 2021-07-28 23:43:11 +02:00
parent bb9c063e80
commit 2efc4812d7
2 changed files with 6 additions and 1 deletions

View file

@ -1566,7 +1566,7 @@ void main_window::OnEmuStop()
EnableMenus(false);
if (Emu.GetBoot().empty())
if (title.isEmpty())
{
ui->toolbar_start->setIcon(m_icon_play);
ui->toolbar_start->setText(tr("Play"));