diff options
| author | 2023-01-23 16:44:05 -0800 | |
|---|---|---|
| committer | 2023-06-03 00:05:28 -0700 | |
| commit | 6cc21a56d96ce2ace61369dbff77ebbe682b2b05 (patch) | |
| tree | 89b7a9b57ec355d86906a2d1336b9217476dbd8d /src/yuzu_cmd/default_ini.h | |
| parent | android: Integrate settings frontend with yuzu & remove unused code. (diff) | |
| download | yuzu-6cc21a56d96ce2ace61369dbff77ebbe682b2b05.tar.gz yuzu-6cc21a56d96ce2ace61369dbff77ebbe682b2b05.tar.xz yuzu-6cc21a56d96ce2ace61369dbff77ebbe682b2b05.zip | |
android: Frontend: Fix rendering aspect ratio & add a setting for it.
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
| -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 = | |||
| 318 | fullscreen_mode = | 318 | fullscreen_mode = |
| 319 | 319 | ||
| 320 | # Aspect ratio | 320 | # Aspect ratio |
| 321 | # 0: Default (16:9), 1: Force 4:3, 2: Force 21:9, 3: Stretch to Window | 321 | # 0: Default (16:9), 1: Force 4:3, 2: Force 21:9, 3: Force 16:10, 4: Stretch to Window |
| 322 | aspect_ratio = | 322 | aspect_ratio = |
| 323 | 323 | ||
| 324 | # Anisotropic filtering | 324 | # Anisotropic filtering |