AutoLoad DLC/updates #12

Merged
J-Swift merged 38 commits from feature/auto-load-extra-files into master 2024-10-08 01:08:41 +00:00
Showing only changes of commit e4399b4733 - Show all commits

View File

@ -122,14 +122,7 @@ namespace Ryujinx.UI.Common.Helper
{
return new Nca(vfs.KeySet, ncaStorage);
}
catch (Exception)
{
// TODO(jpr): emit failure
// Dispatcher.UIThread.InvokeAsync(async () =>
// {
// await ContentDialogHelper.CreateErrorDialog(string.Format(LocaleManager.Instance[LocaleKeys.DialogLoadFileErrorMessage], ex.Message, containerPath));
// });
}
catch (Exception) { }
return null;
}