mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-17 05:41:46 -04:00
@@ -266,7 +266,7 @@ namespace UIWidgets {
|
||||
}
|
||||
|
||||
bool LabeledRightAlignedEnhancementCombobox(const char* label, const char* cvarName, std::span<const char*, std::dynamic_extent> comboArray, uint8_t defaultIndex, bool disabled, const char* disabledTooltipText, uint8_t disabledValue) {
|
||||
ImGui::Text(label);
|
||||
ImGui::Text("%s", label);
|
||||
s32 currentValue = CVarGetInteger(cvarName, defaultIndex);
|
||||
|
||||
#ifdef __WIIU__
|
||||
|
||||
Reference in New Issue
Block a user