Update to spice2x-25-04-25 (pre-apply)
> broken commit
This commit is contained in:
@@ -34,6 +34,16 @@ std::vector<Button> &games::museca::get_buttons() {
|
||||
return buttons;
|
||||
}
|
||||
|
||||
std::string games::museca::get_buttons_help() {
|
||||
// keep to max 100 characters wide
|
||||
return
|
||||
" Disc1 Disc3 Disc5 \n"
|
||||
" Disc2 Disc4 \n"
|
||||
"\n"
|
||||
" Pedal"
|
||||
;
|
||||
}
|
||||
|
||||
std::vector<Analog> &games::museca::get_analogs() {
|
||||
static std::vector<Analog> analogs;
|
||||
|
||||
@@ -61,6 +71,8 @@ std::vector<Light> &games::museca::get_lights() {
|
||||
|
||||
GameAPI::Lights::sortLights(
|
||||
&lights,
|
||||
"Start",
|
||||
"Keypad",
|
||||
"Title R",
|
||||
"Title G",
|
||||
"Title B",
|
||||
|
||||
Reference in New Issue
Block a user