Update ISystemSettingsServer.cs
This commit is contained in:
parent
b8f53bada4
commit
b497a6c68b
1 changed files with 2 additions and 0 deletions
|
@ -219,12 +219,14 @@ namespace Ryujinx.HLE.HOS.Services.Settings
|
||||||
|
|
||||||
return ResultCode.Success;
|
return ResultCode.Success;
|
||||||
}
|
}
|
||||||
|
|
||||||
[Command(60)]
|
[Command(60)]
|
||||||
public ResultCode IsUserSystemClockAutomaticCorrectionEnabled(ServiceCtx context)
|
public ResultCode IsUserSystemClockAutomaticCorrectionEnabled(ServiceCtx context)
|
||||||
{
|
{
|
||||||
context.ResponseData.Write(true);
|
context.ResponseData.Write(true);
|
||||||
return ResultCode.Success;
|
return ResultCode.Success;
|
||||||
}
|
}
|
||||||
|
|
||||||
public byte[] GetFirmwareData(Switch device)
|
public byte[] GetFirmwareData(Switch device)
|
||||||
{
|
{
|
||||||
long titleId = 0x0100000000000809;
|
long titleId = 0x0100000000000809;
|
||||||
|
|
Loading…
Reference in a new issue