Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rb authored Mar 1, 2024
1 parent 0cfc379 commit 15ea7d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15ea7d2

Please sign in to comment.