aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/Gpu
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Core/Gpu')
-rw-r--r--Ryujinx.Core/Gpu/NvGpuVmm.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Ryujinx.Core/Gpu/NvGpuVmm.cs b/Ryujinx.Core/Gpu/NvGpuVmm.cs
index ddd21238..1c408964 100644
--- a/Ryujinx.Core/Gpu/NvGpuVmm.cs
+++ b/Ryujinx.Core/Gpu/NvGpuVmm.cs
@@ -1,7 +1,6 @@
using ChocolArm64.Memory;
-using System.Collections.Concurrent;
-
using Ryujinx.Graphics.Gal;
+using System.Collections.Concurrent;
namespace Ryujinx.Core.Gpu
{