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 1eb7146b90 - Show all commits

View File

@ -134,7 +134,7 @@ namespace Ryujinx.UI.Common.Helper
{ {
return new Nca(vfs.KeySet, ncaStorage); return new Nca(vfs.KeySet, ncaStorage);
} }
catch (Exception ex) catch (Exception)
{ {
// Dispatcher.UIThread.InvokeAsync(async () => // Dispatcher.UIThread.InvokeAsync(async () =>
// { // {