[Enhancement] Toggle grave hole geometry (#5754)
* Add enhancement to toggle grave hole geometry * Replace malloc and vector with fixed-size arrays * Make newSurfaceTypes static
This commit is contained in:
@@ -1165,6 +1165,10 @@ void SohMenu::AddMenuEnhancements() {
|
||||
.CVar(CVAR_ENHANCEMENT("NGCKaleidoSwitcher"))
|
||||
.Options(CheckboxOptions().Tooltip(
|
||||
"Makes L and R switch pages like on the GameCube. Z opens the Debug Menu instead."));
|
||||
AddWidget(path, "Grave Hole Jumps", WIDGET_CVAR_CHECKBOX)
|
||||
.CVar(CVAR_ENHANCEMENT("GraveHoles"))
|
||||
.Options(CheckboxOptions().Tooltip(
|
||||
"Restores NTSC 1.0 behavior where Link jumps over grave holes and grabs the ledges."));
|
||||
|
||||
// Difficulty Options
|
||||
path.sidebarName = "Difficulty";
|
||||
|
||||
Reference in New Issue
Block a user