remove useless options
Some checks failed
GenerateBuilds / generate-port-otr (push) Has been cancelled
GenerateBuilds / build-windows (push) Has been cancelled
GenerateBuilds / build-macos (push) Has been cancelled
GenerateBuilds / build-linux (push) Has been cancelled

This commit is contained in:
Sonic Dreamcaster 2025-01-13 17:39:56 -03:00
parent bd8e9fa485
commit 56b80e3081

View File

@ -178,9 +178,9 @@ void DrawSettingsMenu(){
.tooltip = "Allows controller navigation of the SOH menu bar (Settings, Enhancements,...)\nCAUTION: This will disable game inputs while the menubar is visible.\n\nD-pad to move between items, A to select, and X to grab focus on the menu bar" .tooltip = "Allows controller navigation of the SOH menu bar (Settings, Enhancements,...)\nCAUTION: This will disable game inputs while the menubar is visible.\n\nD-pad to move between items, A to select, and X to grab focus on the menu bar"
}); });
#endif #endif
UIWidgets::CVarCheckbox("Show Inputs", "gInputEnabled", { // UIWidgets::CVarCheckbox("Show Inputs", "gInputEnabled", {
.tooltip = "Shows currently pressed inputs on the bottom right of the screen" // .tooltip = "Shows currently pressed inputs on the bottom right of the screen"
}); // });
if (CVarGetInteger("gInputEnabled", 0)) { if (CVarGetInteger("gInputEnabled", 0)) {
UIWidgets::CVarSliderFloat("Input Scale", "gInputScale", 1.0f, 3.0f, 1.0f, { UIWidgets::CVarSliderFloat("Input Scale", "gInputScale", 1.0f, 3.0f, 1.0f, {
.tooltip = "Sets the on screen size of the displayed inputs from the Show Inputs setting", .tooltip = "Sets the on screen size of the displayed inputs from the Show Inputs setting",
@ -625,9 +625,9 @@ void DrawDebugMenu() {
.tooltip = "Enables the Gfx Debugger window, allowing you to input commands, type help for some examples" .tooltip = "Enables the Gfx Debugger window, allowing you to input commands, type help for some examples"
}); });
UIWidgets::CVarCheckbox("Debug mode", "gEnableDebugMode", { // UIWidgets::CVarCheckbox("Debug mode", "gEnableDebugMode", {
.tooltip = "TBD" // .tooltip = "TBD"
}); // });
UIWidgets::CVarCheckbox("Level Selector", "gLevelSelector", { UIWidgets::CVarCheckbox("Level Selector", "gLevelSelector", {
.tooltip = "Allows you to select any level from the main menu" .tooltip = "Allows you to select any level from the main menu"