Fix version number and fix timezone

This commit is contained in:
Stossy11 2025-06-13 12:51:39 +10:00
parent 2e77bb0345
commit 0fe067ccf6
3 changed files with 3 additions and 3 deletions

View file

@ -8,4 +8,4 @@
// Configuration settings file format documentation can be found at: // Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974 // 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: ["--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 { if config.nintendoinput {