mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
#243 Add option to disable black bars letterboxes
This commit is contained in:
parent
076887e71f
commit
01e7c99166
1 changed files with 2 additions and 0 deletions
|
@ -687,6 +687,8 @@ namespace SohImGui {
|
||||||
{
|
{
|
||||||
EnhancementCheckbox("N64 Mode", "gN64Mode");
|
EnhancementCheckbox("N64 Mode", "gN64Mode");
|
||||||
Tooltip("Sets aspect ratio to 4:3 and lowers resolution to 240p, the N64's native resolution");
|
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("Animated Link in Pause Menu", "gPauseLiveLink");
|
||||||
EnhancementCheckbox("Enable 3D Dropped items", "gNewDrops");
|
EnhancementCheckbox("Enable 3D Dropped items", "gNewDrops");
|
||||||
EnhancementCheckbox("Dynamic Wallet Icon", "gDynamicWalletIcon");
|
EnhancementCheckbox("Dynamic Wallet Icon", "gDynamicWalletIcon");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue