Update to spice2x-25-04-25 (pre-apply)
> broken commit
This commit is contained in:
@@ -45,6 +45,18 @@ std::vector<Button> &games::iidx::get_buttons() {
|
||||
return buttons;
|
||||
}
|
||||
|
||||
std::string games::iidx::get_buttons_help() {
|
||||
// keep to max 100 characters wide
|
||||
return
|
||||
" P1 EFCT P2 \n"
|
||||
" VEFX \n"
|
||||
" 2 4 6 2 4 6 \n"
|
||||
" TT 1 3 5 7 1 3 5 7 TT \n"
|
||||
"\n"
|
||||
"For controllers, use Analog tab for turntable (TT)."
|
||||
;
|
||||
}
|
||||
|
||||
std::vector<Analog> &games::iidx::get_analogs() {
|
||||
static std::vector<Analog> analogs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user