mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 23:00:47 -07:00
Update ISystemSettingsServer.cs
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user