diff options
author | bunnei <bunneidev@gmail.com> | 2023-01-23 16:44:05 -0800 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2023-06-03 00:05:28 -0700 |
commit | 6cc21a56d96ce2ace61369dbff77ebbe682b2b05 (patch) | |
tree | 89b7a9b57ec355d86906a2d1336b9217476dbd8d /src/yuzu_cmd | |
parent | 4f903d8d3541b8898629e5c01c48f0d2e5a2f162 (diff) |
android: Frontend: Fix rendering aspect ratio & add a setting for it.
Diffstat (limited to 'src/yuzu_cmd')
-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 |