Ally bindings

This commit is contained in:
Serge
2024-01-19 18:26:20 +01:00
parent 42ccbe8783
commit 8b26e9aeba
9 changed files with 287 additions and 215 deletions

View File

@@ -305,6 +305,9 @@ namespace GHelper
case ControllerMode.Mouse:
buttonControllerMode.Text = "Mouse";
break;
case ControllerMode.Skip:
buttonControllerMode.Text = "Skip";
break;
default:
buttonControllerMode.Text = "Auto";
break;