Allow the user to disable gamepad rumble and leds control

This commit is contained in:
Denis 2023-12-20 14:35:46 +01:00
parent 646ed984de
commit 566d89df29
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
6 changed files with 29 additions and 3 deletions

View file

@ -45,6 +45,8 @@ int main(int argc, char ** argv) {
.settings = {
.default_gamepad = 0,
.nintendo_layout = false,
.gamepad_leds_control = true,
.gamepad_rumble_control = true,
}
};