aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Common/SystemInterop
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Common/SystemInterop')
-rw-r--r--src/Ryujinx.Common/SystemInterop/ForceDpiAware.cs2
-rw-r--r--src/Ryujinx.Common/SystemInterop/GdiPlusHelper.cs2
-rw-r--r--src/Ryujinx.Common/SystemInterop/WindowsMultimediaTimerResolution.cs2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Ryujinx.Common/SystemInterop/ForceDpiAware.cs b/src/Ryujinx.Common/SystemInterop/ForceDpiAware.cs
index 3af96ba1..b8e1df7d 100644
--- a/src/Ryujinx.Common/SystemInterop/ForceDpiAware.cs
+++ b/src/Ryujinx.Common/SystemInterop/ForceDpiAware.cs
@@ -1,4 +1,4 @@
-using Ryujinx.Common.Logging;
+using Ryujinx.Common.Logging;
using System;
using System.Globalization;
using System.Runtime.InteropServices;
diff --git a/src/Ryujinx.Common/SystemInterop/GdiPlusHelper.cs b/src/Ryujinx.Common/SystemInterop/GdiPlusHelper.cs
index bedf56ea..7e8e9f2a 100644
--- a/src/Ryujinx.Common/SystemInterop/GdiPlusHelper.cs
+++ b/src/Ryujinx.Common/SystemInterop/GdiPlusHelper.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;
diff --git a/src/Ryujinx.Common/SystemInterop/WindowsMultimediaTimerResolution.cs b/src/Ryujinx.Common/SystemInterop/WindowsMultimediaTimerResolution.cs
index 88acadd5..0fbce37e 100644
--- a/src/Ryujinx.Common/SystemInterop/WindowsMultimediaTimerResolution.cs
+++ b/src/Ryujinx.Common/SystemInterop/WindowsMultimediaTimerResolution.cs
@@ -1,4 +1,4 @@
-using Ryujinx.Common.Logging;
+using Ryujinx.Common.Logging;
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;