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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user