mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-17 10:40:55 -05:00
misc: chore: Use explicit types in ARMeilleure project
This commit is contained in:
@@ -69,7 +69,7 @@ namespace ARMeilleure.Decoders.Optimizations
|
||||
}
|
||||
}
|
||||
|
||||
var newBlocks = new List<Block>(blocks.Count);
|
||||
List<Block> newBlocks = new List<Block>(blocks.Count);
|
||||
|
||||
// Finally, rebuild decoded block list, ignoring blocks outside the contiguous range.
|
||||
for (int i = 0; i < blocks.Count; i++)
|
||||
|
||||
Reference in New Issue
Block a user