Update ISystemSettingsServer.cs

This commit is contained in:
Joshi234 2021-01-19 14:41:10 +01:00
parent b8f53bada4
commit b497a6c68b

View file

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