mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-07 12:05:52 +00:00
FullscreenUI: Crash fix
This commit is contained in:
parent
89301688db
commit
ebf33f32fa
@ -4949,7 +4949,8 @@ void FullscreenUI::DrawControllerSettingsPage()
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
DrawInputBindingButton(bsi, InputBindingInfo::Type::Macro, section.c_str(),
|
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 =
|
SmallString binds_string =
|
||||||
bsi->GetSmallStringValue(section.c_str(), TinyString::from_format("Macro{}Binds", macro_index + 1).c_str());
|
bsi->GetSmallStringValue(section.c_str(), TinyString::from_format("Macro{}Binds", macro_index + 1).c_str());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user