FullscreenUI: Fix disc swap running on GPU thread

pull/3357/head
Stenzek 1 month ago
parent d054d76a76
commit e94973cd28
No known key found for this signature in database

@ -1370,7 +1370,7 @@ void FullscreenUI::DoChangeDisc()
}
else if (index > 0)
{
System::InsertMedia(paths[index - 1].c_str());
Host::RunOnCPUThread([path = std::move(paths[index - 1])]() { System::InsertMedia(path.c_str()); });
}
CloseChoiceDialog();

Loading…
Cancel
Save