Qt/Emu: Fix RSX capture boot process

This commit is contained in:
Megamouse 2018-07-29 09:47:04 +02:00
parent 52e1a06f8c
commit 4f8b131e64
1 changed files with 1 additions and 4 deletions

View File

@ -1814,10 +1814,7 @@ void main_window::dropEvent(QDropEvent* event)
m_gameListFrame->Refresh(true);
break;
case drop_type::drop_rrc: // replay a rsx capture file
if (Emu.BootRsxCapture(sstr(dropPaths.first())))
{
LOG_SUCCESS(GENERAL, "rcc Boot from drag and drop done: %s", sstr(dropPaths.first()));
}
BootRsxCapture(sstr(dropPaths.first()));
default:
LOG_WARNING(GENERAL, "Invalid dropType in gamelist dropEvent");
break;