mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
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:
parent
2aa7c71eac
commit
21d82e7c4c
14 changed files with 654 additions and 839 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue