mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 06:40:42 -07:00
build: update fmt library to 12.1.0 (#449)
This commit is contained in:
@@ -2473,7 +2473,7 @@ void dump_button_bindings(std::vector<Button> *buttons) {
|
||||
button->getName(),
|
||||
button->getDeviceIdentifier(),
|
||||
button->getVKey(),
|
||||
button->getAnalogType()
|
||||
static_cast<uint32_t>(button->getAnalogType())
|
||||
);
|
||||
}
|
||||
|
||||
@@ -2486,7 +2486,7 @@ void dump_button_bindings(std::vector<Button> *buttons) {
|
||||
button->getName(),
|
||||
alt.isNaive() ? "Naive" : alt.getDeviceIdentifier(),
|
||||
alt.getVKey(),
|
||||
alt.getAnalogType()
|
||||
static_cast<uint32_t>(alt.getAnalogType())
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user