From 56da8d21162aa41305e3f5a95ff83bd6b13b849b Mon Sep 17 00:00:00 2001 From: greggameplayer <33609333+greggameplayer@users.noreply.github.com> Date: Tue, 26 Jun 2018 02:57:34 +0200 Subject: [PATCH] add a space --- Ryujinx.HLE/OsHle/Services/Time/ISystemClock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx.HLE/OsHle/Services/Time/ISystemClock.cs b/Ryujinx.HLE/OsHle/Services/Time/ISystemClock.cs index 07b726768..ce7c6127d 100644 --- a/Ryujinx.HLE/OsHle/Services/Time/ISystemClock.cs +++ b/Ryujinx.HLE/OsHle/Services/Time/ISystemClock.cs @@ -43,7 +43,7 @@ namespace Ryujinx.HLE.OsHle.Services.Time public long GetSystemClockContext(ServiceCtx Context) { //Raw data dumped from real switch via pegaswitch - byte[] SystemClockContext = { 0x07, 0x00, 0x19, 0x00, 0x0d, 0xd2, 0xb2, 0x80}; + byte[] SystemClockContext = { 0x07, 0x00, 0x19, 0x00, 0x0d, 0xd2, 0xb2, 0x80 }; Array.Resize(ref SystemClockContext, 0x20);