build: update fmt library to 12.1.0 (#449)

This commit is contained in:
bicarus-dev
2025-12-14 14:36:38 -08:00
committed by GitHub
parent b220cbf336
commit e0530fedad
71 changed files with 17690 additions and 15430 deletions
+2 -2
View File
@@ -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())
);
}
}