diff options
author | TSRBerry <20988865+TSRBerry@users.noreply.github.com> | 2023-12-04 14:17:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 14:17:13 +0100 |
commit | 2989c163a891c4ac730e799e1457b1bfb2ecc028 (patch) | |
tree | 81434d9484d89eb9dc55509e400f7ef36019c8f9 /src/Ryujinx.Headless.SDL2/OpenGL/OpenGLWindow.cs | |
parent | 1be668e68a1937f2af239e2707ab914286018892 (diff) |
editorconfig: Set default encoding to UTF-8 (#5793)1.1.1095
* editorconfig: Add default charset
* Change file encoding from UTF-8-BOM to UTF-8
Diffstat (limited to 'src/Ryujinx.Headless.SDL2/OpenGL/OpenGLWindow.cs')
-rw-r--r-- | src/Ryujinx.Headless.SDL2/OpenGL/OpenGLWindow.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Headless.SDL2/OpenGL/OpenGLWindow.cs b/src/Ryujinx.Headless.SDL2/OpenGL/OpenGLWindow.cs index 245aba77..3fb93a0e 100644 --- a/src/Ryujinx.Headless.SDL2/OpenGL/OpenGLWindow.cs +++ b/src/Ryujinx.Headless.SDL2/OpenGL/OpenGLWindow.cs @@ -1,4 +1,4 @@ -using OpenTK; +using OpenTK; using OpenTK.Graphics.OpenGL; using Ryujinx.Common.Configuration; using Ryujinx.Common.Logging; |