update UI strings

This commit is contained in:
sp2xdev
2025-09-18 02:33:18 -07:00
parent 0b5f7787be
commit 67721c416b
3 changed files with 44 additions and 28 deletions
+8 -1
View File
@@ -35,7 +35,14 @@ std::vector<Button> &games::pc::get_buttons() {
}
std::string games::pc::get_buttons_help() {
return "";
// keep to max 100 characters wide
return
" FADER-L FADER-R \n"
"\n"
" B1 B2 B3 ... B11 B12\n"
"\n"
" Most menu interactions are on the touch screen; you can use your mouse.\n"
;
}
std::vector<Analog> &games::pc::get_analogs() {