Qt/Emu: Fix RSX capture boot process
This commit is contained in:
@@ -1814,10 +1814,7 @@ void main_window::dropEvent(QDropEvent* event)
|
|||||||
m_gameListFrame->Refresh(true);
|
m_gameListFrame->Refresh(true);
|
||||||
break;
|
break;
|
||||||
case drop_type::drop_rrc: // replay a rsx capture file
|
case drop_type::drop_rrc: // replay a rsx capture file
|
||||||
if (Emu.BootRsxCapture(sstr(dropPaths.first())))
|
BootRsxCapture(sstr(dropPaths.first()));
|
||||||
{
|
|
||||||
LOG_SUCCESS(GENERAL, "rcc Boot from drag and drop done: %s", sstr(dropPaths.first()));
|
|
||||||
}
|
|
||||||
default:
|
default:
|
||||||
LOG_WARNING(GENERAL, "Invalid dropType in gamelist dropEvent");
|
LOG_WARNING(GENERAL, "Invalid dropType in gamelist dropEvent");
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user