diff --git a/src/core/fullscreen_ui.cpp b/src/core/fullscreen_ui.cpp index df0c934aa..adb66188d 100644 --- a/src/core/fullscreen_ui.cpp +++ b/src/core/fullscreen_ui.cpp @@ -4949,7 +4949,8 @@ void FullscreenUI::DrawControllerSettingsPage() continue; DrawInputBindingButton(bsi, InputBindingInfo::Type::Macro, section.c_str(), - TinyString::from_format("Macro{}", macro_index + 1), FSUI_CSTR("Trigger"), nullptr, true); + TinyString::from_format("Macro{}", macro_index + 1), FSUI_CSTR("Trigger"), + std::string_view(), true); SmallString binds_string = bsi->GetSmallStringValue(section.c_str(), TinyString::from_format("Macro{}Binds", macro_index + 1).c_str());