diff --git a/Ryujinx.HLE/OsHle/Horizon.cs b/Ryujinx.HLE/OsHle/Horizon.cs index c8207ebfc6..69b5fdab72 100644 --- a/Ryujinx.HLE/OsHle/Horizon.cs +++ b/Ryujinx.HLE/OsHle/Horizon.cs @@ -42,7 +42,7 @@ namespace Ryujinx.HLE.OsHle HidSharedMem = new HSharedMem(); FontSharedMem = new HSharedMem(); - VsyncEvent = new KEvent(); + VsyncEvent = new KEvent(); } public void LoadCart(string ExeFsDir, string RomFsFile = null) @@ -213,4 +213,4 @@ namespace Ryujinx.HLE.OsHle } } } -} \ No newline at end of file +}