mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-25 15:19:50 -06: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