Add missing filePath to ApplicationData when loading applications from ExeFS
This commit is contained in:
parent
c00e4bdebb
commit
2be0261f98
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ namespace Ryujinx.UI.App.Common
|
||||||
ApplicationData data = new()
|
ApplicationData data = new()
|
||||||
{
|
{
|
||||||
Icon = _nspIcon,
|
Icon = _nspIcon,
|
||||||
|
Path = filePath,
|
||||||
};
|
};
|
||||||
|
|
||||||
using UniqueRef<IFile> npdmFile = new();
|
using UniqueRef<IFile> npdmFile = new();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue