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;