This commit is contained in:
Marco Carvalho
2024-12-27 14:50:33 -03:00
parent 82cae0455a
commit 72fb248960
12 changed files with 19 additions and 19 deletions

View File

@@ -469,7 +469,7 @@ namespace Ryujinx.HLE.HOS
return baseStorage;
}
var fileSet = new HashSet<string>();
HashSet<string> fileSet = [];
var builder = new RomFsBuilder();
int count = 0;