mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
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:
parent
bb9c063e80
commit
2efc4812d7
2 changed files with 6 additions and 1 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue