Remove stale todo

This commit is contained in:
Jimmy Reichley 2024-08-19 20:20:33 -04:00
parent aa26421310
commit e4399b4733
No known key found for this signature in database
GPG Key ID: 67715DC5A329803C
1 changed files with 1 additions and 8 deletions

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;
}