From b497a6c68bcc02b2cac9f8793c7155d6483f9b60 Mon Sep 17 00:00:00 2001 From: Joshi234 <46032261+Joshi234@users.noreply.github.com> Date: Tue, 19 Jan 2021 14:41:10 +0100 Subject: [PATCH] Update ISystemSettingsServer.cs --- Ryujinx.HLE/HOS/Services/Settings/ISystemSettingsServer.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ryujinx.HLE/HOS/Services/Settings/ISystemSettingsServer.cs b/Ryujinx.HLE/HOS/Services/Settings/ISystemSettingsServer.cs index 06c02e5fa..326f18325 100644 --- a/Ryujinx.HLE/HOS/Services/Settings/ISystemSettingsServer.cs +++ b/Ryujinx.HLE/HOS/Services/Settings/ISystemSettingsServer.cs @@ -219,12 +219,14 @@ namespace Ryujinx.HLE.HOS.Services.Settings return ResultCode.Success; } + [Command(60)] public ResultCode IsUserSystemClockAutomaticCorrectionEnabled(ServiceCtx context) { context.ResponseData.Write(true); return ResultCode.Success; } + public byte[] GetFirmwareData(Switch device) { long titleId = 0x0100000000000809;