forked from MeloNX/MeloNX
Fix version number and fix timezone
This commit is contained in:
parent
b81f1f6fbe
commit
955d31852f
@ -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
|
||||
|
Binary file not shown.
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user