mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-29 22:30:47 -07:00
mods: Fix crash when loading via LoadCart (#1388)
This commit is contained in:
@ -69,6 +69,8 @@ namespace Ryujinx.HLE.HOS
|
||||
|
||||
Npdm metaData = ReadNpdm(codeFs);
|
||||
|
||||
_fileSystem.ModLoader.CollectMods(TitleId, _fileSystem.GetBaseModsPath());
|
||||
|
||||
if (TitleId != 0)
|
||||
{
|
||||
EnsureSaveData(new TitleId(TitleId));
|
||||
|
Reference in New Issue
Block a user