mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-27 19:06:23 +02:00
Fix version number and fix timezone
This commit is contained in:
parent
2e77bb0345
commit
0fe067ccf6
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Binary file not shown.
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue