Add missing filePath to ApplicationData when loading applications from ExeFS

This commit is contained in:
TSR Berry 2024-07-18 05:29:47 +02:00
parent c00e4bdebb
commit 2be0261f98
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

@ -82,6 +82,7 @@ namespace Ryujinx.UI.App.Common
ApplicationData data = new()
{
Icon = _nspIcon,
Path = filePath,
};
using UniqueRef<IFile> npdmFile = new();