1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-24 11:32:02 -05:00

System Time Offset Implementation (#1101)

* System Time Offset Implementation

* Addressed @Thog's comments

* Addressed JD's comments

* Addressed @Thog's and @AcK77's comments

* formatting correction
This commit is contained in:
CJ Bok
2020-04-17 01:18:54 +02:00
committed by GitHub
parent e4ee61d6c3
commit 0a7c6caedf
8 changed files with 320 additions and 6 deletions

View File

@@ -422,6 +422,18 @@
"USA"
]
},
"system_time_offset": {
"$id": "#/properties/system_time_offset",
"type": "integer",
"title": "System Time Offset",
"description": "System time offset in seconds.",
"default": 0,
"examples": [
-3600,
0,
3600
]
},
"docked_mode": {
"$id": "#/properties/docked_mode",
"type": "boolean",