aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Nv/Host1xContext.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Nv/Host1xContext.cs')
-rw-r--r--src/Ryujinx.HLE/HOS/Services/Nv/Host1xContext.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Nv/Host1xContext.cs b/src/Ryujinx.HLE/HOS/Services/Nv/Host1xContext.cs
index bb609fa4..371edbec 100644
--- a/src/Ryujinx.HLE/HOS/Services/Nv/Host1xContext.cs
+++ b/src/Ryujinx.HLE/HOS/Services/Nv/Host1xContext.cs
@@ -11,7 +11,7 @@ namespace Ryujinx.HLE.HOS.Services.Nv
{
public MemoryManager Smmu { get; }
public NvMemoryAllocator MemoryAllocator { get; }
- public Host1xDevice Host1x { get;}
+ public Host1xDevice Host1x { get; }
public Host1xContext(GpuContext gpu, ulong pid)
{
@@ -29,4 +29,4 @@ namespace Ryujinx.HLE.HOS.Services.Nv
Host1x.Dispose();
}
}
-} \ No newline at end of file
+}