Update to spice2x-25-04-25 (pre-apply)
> broken commit
This commit is contained in:
+115
-1
@@ -38,13 +38,127 @@ std::vector<Button> &games::nost::get_buttons() {
|
||||
"Key 25",
|
||||
"Key 26",
|
||||
"Key 27",
|
||||
"Key 28"
|
||||
"Key 28",
|
||||
"Key 1 Soft",
|
||||
"Key 2 Soft",
|
||||
"Key 3 Soft",
|
||||
"Key 4 Soft",
|
||||
"Key 5 Soft",
|
||||
"Key 6 Soft",
|
||||
"Key 7 Soft",
|
||||
"Key 8 Soft",
|
||||
"Key 9 Soft",
|
||||
"Key 10 Soft",
|
||||
"Key 11 Soft",
|
||||
"Key 12 Soft",
|
||||
"Key 13 Soft",
|
||||
"Key 14 Soft",
|
||||
"Key 15 Soft",
|
||||
"Key 16 Soft",
|
||||
"Key 17 Soft",
|
||||
"Key 18 Soft",
|
||||
"Key 19 Soft",
|
||||
"Key 20 Soft",
|
||||
"Key 21 Soft",
|
||||
"Key 22 Soft",
|
||||
"Key 23 Soft",
|
||||
"Key 24 Soft",
|
||||
"Key 25 Soft",
|
||||
"Key 26 Soft",
|
||||
"Key 27 Soft",
|
||||
"Key 28 Soft",
|
||||
"Key 1 Medium",
|
||||
"Key 2 Medium",
|
||||
"Key 3 Medium",
|
||||
"Key 4 Medium",
|
||||
"Key 5 Medium",
|
||||
"Key 6 Medium",
|
||||
"Key 7 Medium",
|
||||
"Key 8 Medium",
|
||||
"Key 9 Medium",
|
||||
"Key 10 Medium",
|
||||
"Key 11 Medium",
|
||||
"Key 12 Medium",
|
||||
"Key 13 Medium",
|
||||
"Key 14 Medium",
|
||||
"Key 15 Medium",
|
||||
"Key 16 Medium",
|
||||
"Key 17 Medium",
|
||||
"Key 18 Medium",
|
||||
"Key 19 Medium",
|
||||
"Key 20 Medium",
|
||||
"Key 21 Medium",
|
||||
"Key 22 Medium",
|
||||
"Key 23 Medium",
|
||||
"Key 24 Medium",
|
||||
"Key 25 Medium",
|
||||
"Key 26 Medium",
|
||||
"Key 27 Medium",
|
||||
"Key 28 Medium",
|
||||
"Key 1 Hard",
|
||||
"Key 2 Hard",
|
||||
"Key 3 Hard",
|
||||
"Key 4 Hard",
|
||||
"Key 5 Hard",
|
||||
"Key 6 Hard",
|
||||
"Key 7 Hard",
|
||||
"Key 8 Hard",
|
||||
"Key 9 Hard",
|
||||
"Key 10 Hard",
|
||||
"Key 11 Hard",
|
||||
"Key 12 Hard",
|
||||
"Key 13 Hard",
|
||||
"Key 14 Hard",
|
||||
"Key 15 Hard",
|
||||
"Key 16 Hard",
|
||||
"Key 17 Hard",
|
||||
"Key 18 Hard",
|
||||
"Key 19 Hard",
|
||||
"Key 20 Hard",
|
||||
"Key 21 Hard",
|
||||
"Key 22 Hard",
|
||||
"Key 23 Hard",
|
||||
"Key 24 Hard",
|
||||
"Key 25 Hard",
|
||||
"Key 26 Hard",
|
||||
"Key 27 Hard",
|
||||
"Key 28 Hard",
|
||||
"Swipe Next Page",
|
||||
"Swipe Previous Page",
|
||||
"Touch Confirm",
|
||||
"Touch Back",
|
||||
"Touch Song 1",
|
||||
"Touch Song 2",
|
||||
"Touch Song 3",
|
||||
"Touch Song 4",
|
||||
"Touch Song 5",
|
||||
"Touch Song 6",
|
||||
"Touch Difficulty 1",
|
||||
"Touch Difficulty 2",
|
||||
"Touch Difficulty 3",
|
||||
"Touch Difficulty 4"
|
||||
);
|
||||
}
|
||||
|
||||
return buttons;
|
||||
}
|
||||
|
||||
std::string games::nost::get_buttons_help() {
|
||||
// keep to max 100 characters wide
|
||||
return
|
||||
"For a MIDI piano, use [Key 1-28] for velocity-sensitive input.\n"
|
||||
"For digital input (PC keyboard), use [Key 1-28 Medium].\n"
|
||||
"For velocity-sensitive controllers in HID mode, use Analog tab.\n"
|
||||
"\n"
|
||||
"[Key 1-28] are velocity sensitive.\n"
|
||||
"[Key 1-28 Soft] always trigger minimum velocity (ELEGANT in blue zone).\n"
|
||||
"[Key 1-28 Medium] always trigger medium velocity (ELEGANT in both blue and yellow zones).\n"
|
||||
"[Key 1-28 Hard] always trigger maximum velocity (ELEGANT in yellow zone)."
|
||||
"\n"
|
||||
"Swipe/Touch bindings are used for touch emulation, but enable -nostpoke first."
|
||||
;
|
||||
}
|
||||
|
||||
std::vector<Analog> &games::nost::get_analogs() {
|
||||
static std::vector<Analog> analogs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user