Update to spice2x-25-04-25 (pre-apply)

> broken commit
This commit is contained in:
[ ]
2025-05-07 00:25:31 +09:00
parent 04dee88276
commit c94de456b5
543 changed files with 78491 additions and 91698 deletions
+9
View File
@@ -20,6 +20,15 @@ std::vector<Button> &games::ftt::get_buttons() {
return buttons;
}
std::string games::ftt::get_buttons_help() {
// keep to max 100 characters wide
return
" Pad1 Pad2 Pad3 Pad4"
"\n"
"Drum pads are velocity-sensitive."
;
}
std::vector<Analog> &games::ftt::get_analogs() {
static std::vector<Analog> analogs;
+1
View File
@@ -47,6 +47,7 @@ namespace games::ftt {
// getters
std::vector<Button> &get_buttons();
std::string get_buttons_help();
std::vector<Analog> &get_analogs();
std::vector<Light> &get_lights();
}