From 01e7c99166459efeae71ce3ea3c7ee0c247771e7 Mon Sep 17 00:00:00 2001 From: BountyChocolate123456 <101743444+BountyChocolate123456@users.noreply.github.com> Date: Wed, 18 May 2022 18:11:00 +0100 Subject: [PATCH] #243 Add option to disable black bars letterboxes --- libultraship/libultraship/SohImGuiImpl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libultraship/libultraship/SohImGuiImpl.cpp b/libultraship/libultraship/SohImGuiImpl.cpp index d17d6ccee..1bd26adfe 100644 --- a/libultraship/libultraship/SohImGuiImpl.cpp +++ b/libultraship/libultraship/SohImGuiImpl.cpp @@ -687,6 +687,8 @@ namespace SohImGui { { EnhancementCheckbox("N64 Mode", "gN64Mode"); Tooltip("Sets aspect ratio to 4:3 and lowers resolution to 240p, the N64's native resolution"); + EnhancementCheckbox("Disable Black Bar Letterboxes", "gDisableBlackBars"); + Tooltip("Disables Black Bar Letterboxes during cutscenes and Z-targeting"); EnhancementCheckbox("Animated Link in Pause Menu", "gPauseLiveLink"); EnhancementCheckbox("Enable 3D Dropped items", "gNewDrops"); EnhancementCheckbox("Dynamic Wallet Icon", "gDynamicWalletIcon");