Pillarbox widezoom cutscenes instead of cropping (#1054)

Fixes #777.
This commit is contained in:
doop
2026-05-12 00:59:17 -04:00
committed by GitHub
parent 79b1f4ab4d
commit 3366613354
5 changed files with 120 additions and 64 deletions
+4
View File
@@ -738,6 +738,10 @@ SettingsWindow::SettingsWindow(bool prelaunch) : mPrelaunch(prelaunch) {
{
.key = "Enable Mini-Map Shadows",
});
config_bool_select(leftPane, rightPane, getSettings().game.disableCutscenePillarboxing,
{
.key = "Disable Cutscene Pillarboxing",
});
});
add_tab("Input", [this](Rml::Element* content) {