aboutsummaryrefslogtreecommitdiff
path: root/src/frontend
diff options
context:
space:
mode:
authorNadia Holmquist Pedersen <nadia@nhp.sh>2022-09-18 23:36:44 +0200
committerNadia Holmquist Pedersen <nadia@nhp.sh>2022-09-18 23:39:19 +0200
commitb5073e6014e3ecf6074912d129ec9fcf096a2025 (patch)
tree98e874509f2eb766e6d806e47a2fd76894f4bb33 /src/frontend
parent993928095af057f70dfa58caf7f145e3864aaa19 (diff)
lol oops
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/qt_sdl/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/qt_sdl/main.cpp b/src/frontend/qt_sdl/main.cpp
index 150803a..2401a53 100644
--- a/src/frontend/qt_sdl/main.cpp
+++ b/src/frontend/qt_sdl/main.cpp
@@ -114,7 +114,7 @@ s16* micWavBuffer;
const struct { int id; float ratio; const char* label; } aspectRatios[] =
{
{ 0, 1, "4:3 (native)" },
- { 4, (16.f / 10) / (4.f / 3), "16:10 (3DS)"},
+ { 4, (5.f / 3) / (4.f / 3), "5:3 (3DS)"},
{ 1, (16.f / 9) / (4.f / 3), "16:9" },
{ 2, (21.f / 9) / (4.f / 3), "21:9" },
{ 3, 0, "window" }