1
0
forked from MeloNX/MeloNX

Fix version number and fix timezone

This commit is contained in:
Stossy11 2025-06-13 12:51:39 +10:00
parent b81f1f6fbe
commit 955d31852f
3 changed files with 3 additions and 3 deletions

View File

@ -8,4 +8,4 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974
VERSION = 2.0
VERSION = 2.0.1

View File

@ -565,9 +565,9 @@ class Ryujinx : ObservableObject {
args.append(contentsOf: ["--aspect-ratio", config.aspectRatio.rawValue])
// args.append(contentsOf: ["--system-timezone", TimeZone.current.identifier])
args.append(contentsOf: ["--system-timezone", TimeZone.current.identifier])
args.append(contentsOf: ["--system-time-offset", String(TimeZone.current.secondsFromGMT())])
// args.append(contentsOf: ["--system-time-offset", String(TimeZone.current.secondsFromGMT())])
if config.nintendoinput {