diff options
author | bunnei <bunneidev@gmail.com> | 2023-01-24 01:44:05 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2023-06-03 09:05:28 +0200 |
commit | 6cc21a56d96ce2ace61369dbff77ebbe682b2b05 (patch) | |
tree | 89b7a9b57ec355d86906a2d1336b9217476dbd8d /src/yuzu_cmd | |
parent | android: Integrate settings frontend with yuzu & remove unused code. (diff) | |
download | yuzu-6cc21a56d96ce2ace61369dbff77ebbe682b2b05.tar yuzu-6cc21a56d96ce2ace61369dbff77ebbe682b2b05.tar.gz yuzu-6cc21a56d96ce2ace61369dbff77ebbe682b2b05.tar.bz2 yuzu-6cc21a56d96ce2ace61369dbff77ebbe682b2b05.tar.lz yuzu-6cc21a56d96ce2ace61369dbff77ebbe682b2b05.tar.xz yuzu-6cc21a56d96ce2ace61369dbff77ebbe682b2b05.tar.zst yuzu-6cc21a56d96ce2ace61369dbff77ebbe682b2b05.zip |
Diffstat (limited to '')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 644a30e59..911d461e4 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -318,7 +318,7 @@ anti_aliasing = fullscreen_mode = # Aspect ratio -# 0: Default (16:9), 1: Force 4:3, 2: Force 21:9, 3: Stretch to Window +# 0: Default (16:9), 1: Force 4:3, 2: Force 21:9, 3: Force 16:10, 4: Stretch to Window aspect_ratio = # Anisotropic filtering |