rename name of button to "Force 4:3 Aspect Ratio"

This commit is contained in:
MelonSpeedruns
2026-04-07 18:22:41 -04:00
parent 3456496ff3
commit 3cc3f09319
+1 -1
View File
@@ -54,7 +54,7 @@ namespace dusk {
}
bool lockAspect = getSettings().video.lockAspectRatio;
if (ImGui::Checkbox("Lock Aspect Ratio", &lockAspect)) {
if (ImGui::Checkbox("Force 4:3 Aspect Ratio", &lockAspect)) {
getSettings().video.lockAspectRatio.setValue(lockAspect);
if (lockAspect) {