mirror of
https://github.com/ApfelTeeSaft/vanilla.git
synced 2026-08-26 19:33:44 +00:00
gui: in settings, rename "Gamepad" to "Controls"
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ static const char *lang_str[__VPI_LANG_T_COUNT] = {
|
||||
"Delete",
|
||||
"Back",
|
||||
"More",
|
||||
"Gamepad",
|
||||
"Controls",
|
||||
"Audio",
|
||||
"Connection",
|
||||
"Webcam",
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ typedef enum {
|
||||
VPI_LANG_DELETE,
|
||||
VPI_LANG_BACK,
|
||||
VPI_LANG_MORE,
|
||||
VPI_LANG_GAMEPAD,
|
||||
VPI_LANG_CONTROLS,
|
||||
VPI_LANG_AUDIO,
|
||||
VPI_LANG_CONNECTION,
|
||||
VPI_LANG_WEBCAM,
|
||||
|
||||
@@ -117,7 +117,7 @@ void vpi_menu_settings(vui_context_t *vui, void *v)
|
||||
|
||||
static int SETTINGS_NAMES[] = {
|
||||
VPI_LANG_CONNECTION,
|
||||
VPI_LANG_GAMEPAD,
|
||||
VPI_LANG_CONTROLS,
|
||||
VPI_LANG_REGION,
|
||||
-1,
|
||||
-1,
|
||||
|
||||
Reference in New Issue
Block a user