1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-24 05:12:01 -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

@@ -1,5 +1,5 @@
{
"version": 4,
"version": 5,
"max_anisotropy": -1,
"graphics_shaders_dump_path": "",
"logging_enable_debug": false,
@@ -14,6 +14,7 @@
"system_language": "AmericanEnglish",
"system_region": "USA",
"system_time_zone": "UTC",
"system_time_offset": 0,
"docked_mode": false,
"enable_discord_integration": true,
"enable_vsync": true,