Cleanup of ImGui code (#2576)
* Change sliders to have +/- buttons by default * Remove unnecessary margin setting * Add +/- buttons to remaining sliders and fix some broken UI * Update EnhancementComboBox to not need array size * Remove redundant widgets from randomizer * Miscellaneous fixes * Fix Switch build break * Consolidate disabled styling in widgets * Simplify widget logic * Merge with most recent PRs * Fix audio fanfare and sound effect sliders mixup * Fix sliders being one button too wide * Fix sliders being too long * Fix sliders being too long on console
This commit is contained in:
@@ -2226,7 +2226,6 @@ typedef enum {
|
||||
/* 0x00 */ PAUSE_ANY_CURSOR_RANDO_ONLY,
|
||||
/* 0x01 */ PAUSE_ANY_CURSOR_ALWAYS_ON,
|
||||
/* 0x02 */ PAUSE_ANY_CURSOR_ALWAYS_OFF,
|
||||
/* 0x03 */ PAUSE_ANY_CURSOR_MAX
|
||||
} PauseCursorAnySlotOptions;
|
||||
|
||||
#define ROM_FILE(name) \
|
||||
|
||||
Reference in New Issue
Block a user