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
+12 -1
View File
@@ -26,6 +26,14 @@ std::vector<Button> &games::popn::get_buttons() {
return buttons;
}
std::string games::popn::get_buttons_help() {
// keep to max 100 characters wide
return
" 2 4 6 8 \n"
" 1 3 5 7 9 "
;
}
std::vector<Light> &games::popn::get_lights() {
static std::vector<Light> lights;
@@ -86,7 +94,10 @@ std::vector<Light> &games::popn::get_lights() {
"Left Lamp 1",
"Left Lamp 2",
"Right Lamp 1",
"Right Lamp 2"
"Right Lamp 2",
"Woofer LED R",
"Woofer LED G",
"Woofer LED B"
);
}