misc: chore: Use explicit types in HLE project
This commit is contained in:
@@ -65,7 +65,7 @@ namespace Ryujinx.HLE.Loaders.Executables
|
||||
{
|
||||
reader.GetSegmentSize(segmentType, out uint uncompressedSize).ThrowIfFailure();
|
||||
|
||||
var span = Program.AsSpan((int)offset, (int)uncompressedSize);
|
||||
Span<byte> span = Program.AsSpan((int)offset, (int)uncompressedSize);
|
||||
|
||||
reader.ReadSegment(segmentType, span).ThrowIfFailure();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user