mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-24 17:34:15 +00:00
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);
|
return new Nca(vfs.KeySet, ncaStorage);
|
||||||
}
|
}
|
||||||
catch (Exception)
|
catch (Exception) { }
|
||||||
{
|
|
||||||
// TODO(jpr): emit failure
|
|
||||||
// Dispatcher.UIThread.InvokeAsync(async () =>
|
|
||||||
// {
|
|
||||||
// await ContentDialogHelper.CreateErrorDialog(string.Format(LocaleManager.Instance[LocaleKeys.DialogLoadFileErrorMessage], ex.Message, containerPath));
|
|
||||||
// });
|
|
||||||
}
|
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue