mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-27 19:06:23 +02:00
adjust sdl resolution to match device display. (sdl or games forces 16:9 anyways)
This commit is contained in:
parent
94dc643f26
commit
b089fda22d
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -146,8 +146,8 @@ class Ryujinx {
|
|||
// Fixes the Stubs.DispatchLoop Crash
|
||||
args.append(contentsOf: ["--memory-manager-mode", config.memoryManagerMode])
|
||||
args.append(contentsOf: ["--exclusive-fullscreen", String(config.fullscreen)])
|
||||
args.append(contentsOf: ["--exclusive-fullscreen-width", "1280"])
|
||||
args.append(contentsOf: ["--exclusive-fullscreen-height", "720"])
|
||||
args.append(contentsOf: ["--exclusive-fullscreen-width", "\(Int(UIScreen.main.bounds.width))"])
|
||||
args.append(contentsOf: ["--exclusive-fullscreen-height", "\(Int(UIScreen.main.bounds.height))"])
|
||||
|
||||
|
||||
if config.nintendoinput {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue