add a space

This commit is contained in:
greggameplayer 2018-06-26 02:57:34 +02:00 committed by GitHub
parent 63d87783de
commit 56da8d2116
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);