mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-21 06:02:54 +00:00
misc: chore: Use explicit types in HLE project
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Ryujinx.HLE.FileSystem
|
||||
// TODO: Replace this with a check for IdOffset as soon as LibHac supports it:
|
||||
// && entry.IdOffset == programIndex
|
||||
|
||||
foreach (var entry in _cnmt.ContentEntries)
|
||||
foreach (CnmtContentEntry entry in _cnmt.ContentEntries)
|
||||
{
|
||||
if (entry.Type != type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user