From 15ea7d23696b1ca92c56627a00ee625d76ccf74c Mon Sep 17 00:00:00 2001 From: h3rb Date: Fri, 1 Mar 2024 15:01:09 -0500 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8bde2a4..8f76ba3 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,6 @@ function GetGamepadInfo( pn ) { if ( hand.desc == "Atari Game Controller" or hand.desc == "Atari Controller" or hand.desc == "Atari VCS Modern Controller" - or ( /*os_type == os_linux and*/ gamepad_button_count(dv) == 11 and gamepad_hat_count(dv) == 1 and gamepad_axis_count(dv) == 6 ) or ( hand.button_count==11 and hand.hat_count==1 and hand.axis_count==6 ) ) return { player_number: pn, player_index: pi, slot_id: dv, classic: false, modern: true, xbox: false, profile: hand, state: GetPlayerControllerState(pn) }; // XInput Controller