Compare commits

..

7 Commits

Author SHA1 Message Date
Exverge dce39d8dcb Knew I missed something
suyu-ci / reuse (pull_request) Failing after 9s Details
codespell / Check for spelling errors (pull_request) Failing after 11s Details
suyu verify / verify format (pull_request) Failing after 33s Details
suyu verify / test build (linux-fresh, clang) (pull_request) Has been skipped Details
suyu verify / test build (linux-fresh, linux) (pull_request) Has been skipped Details
suyu verify / test build (linux-mingw, windows) (pull_request) Has been skipped Details
suyu verify / android (pull_request) Has been skipped Details
2024-03-23 02:14:02 +01:00
Exverge 373a5746da Update .gitmodules 2024-03-23 02:14:02 +01:00
Crimson-Hawk 16841915fd
Merge branch 'XForYouX-dev' into dev
suyu-ci / reuse (push) Failing after 10s Details
suyu verify / verify format (push) Failing after 19s Details
suyu verify / test build (linux-fresh, clang) (push) Has been skipped Details
suyu verify / test build (linux-fresh, linux) (push) Has been skipped Details
suyu verify / test build (linux-mingw, windows) (push) Has been skipped Details
suyu verify / android (push) Has been skipped Details
2024-03-23 08:59:48 +08:00
XForYouX 68f85e4e4f Merge branch 'dev' into dev
suyu verify / verify format (pull_request) Failing after 20s Details
suyu-ci / reuse (pull_request) Failing after 11m20s Details
codespell / Check for spelling errors (pull_request) Failing after 11m17s Details
suyu verify / test build (linux-fresh, clang) (pull_request) Has been cancelled Details
suyu verify / test build (linux-fresh, linux) (pull_request) Has been cancelled Details
suyu verify / test build (linux-mingw, windows) (pull_request) Has been cancelled Details
suyu verify / android (pull_request) Has been cancelled Details
2024-03-22 23:35:39 +01:00
XForYouX 458c138b5a Merge branch 'dev' into dev
codespell / Check for spelling errors (pull_request) Has been cancelled Details
2024-03-22 10:43:29 +01:00
XForYouX 52ed4ef9aa Add 32:9 For Android
Add 32:9 For Android Fix Issue Aspec Ratio
2024-03-22 03:52:54 +01:00
XForYouX 120296beaf Add 32:9 For Android
32:9 For Android Fix Issue Aspce Ratio
2024-03-22 03:50:23 +01:00
2 changed files with 3 additions and 0 deletions

View File

@ -142,6 +142,7 @@
<item>@string/ratio_force_four_three</item>
<item>@string/ratio_force_twenty_one_nine</item>
<item>@string/ratio_force_sixteen_ten</item>
<item>@string/ratio_thirty_two_nine</item>
<item>@string/ratio_stretch</item>
</string-array>
@ -151,6 +152,7 @@
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
</integer-array>
<string-array name="rendererScalingFilterNames">

View File

@ -601,6 +601,7 @@
<string name="ratio_force_four_three">Force 4:3</string>
<string name="ratio_force_twenty_one_nine">Force 21:9</string>
<string name="ratio_force_sixteen_ten">Force 16:10</string>
<string name="ratio_force_thirty_two_nine">Force 32:9</string>
<string name="ratio_stretch">Stretch to window</string>
<!-- CPU Backend -->