mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-26 15:09:17 +00:00
chore: Overall code cleanup
Update NuGet packages, fix version string in plist for macOS
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Ryujinx.HLE.FileSystem
|
||||
string ncaId = Convert.ToHexStringLower(entry.NcaId).Replace("-", null);
|
||||
Nca nca = _pfs.GetNca(keySet, $"/{ncaId}.nca");
|
||||
|
||||
if (nca.GetProgramIndex() == programIndex)
|
||||
if (nca.ProgramIndex == programIndex)
|
||||
{
|
||||
return nca;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user