Remove stale todo
This commit is contained in:
parent
aa26421310
commit
e4399b4733
1 changed files with 1 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue