aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/IGalMemory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Gal/IGalMemory.cs')
-rw-r--r--Ryujinx.Graphics/Gal/IGalMemory.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Graphics/Gal/IGalMemory.cs b/Ryujinx.Graphics/Gal/IGalMemory.cs
index e6762b50..78eb7154 100644
--- a/Ryujinx.Graphics/Gal/IGalMemory.cs
+++ b/Ryujinx.Graphics/Gal/IGalMemory.cs
@@ -1,7 +1,7 @@
namespace Ryujinx.Graphics.Gal
{
- public unsafe interface IGalMemory
+ public interface IGalMemory
{
- int ReadInt32(long Position);
+ int ReadInt32(long position);
}
} \ No newline at end of file