aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Memory/StructArrayHelpers.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Common/Memory/StructArrayHelpers.cs')
-rw-r--r--Ryujinx.Common/Memory/StructArrayHelpers.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Ryujinx.Common/Memory/StructArrayHelpers.cs b/Ryujinx.Common/Memory/StructArrayHelpers.cs
index 1498ac47..fbb2902d 100644
--- a/Ryujinx.Common/Memory/StructArrayHelpers.cs
+++ b/Ryujinx.Common/Memory/StructArrayHelpers.cs
@@ -640,5 +640,4 @@ namespace Ryujinx.Common.Memory
public ref T this[int index] => ref ToSpan()[index];
public Span<T> ToSpan() => MemoryMarshal.CreateSpan(ref _e0, 64);
}
-
}