Skip to content

Commit 15ea7d2

Browse files
authored
Update README.md
1 parent 0cfc379 commit 15ea7d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ function GetGamepadInfo( pn ) {
199199
if ( hand.desc == "Atari Game Controller"
200200
or hand.desc == "Atari Controller"
201201
or hand.desc == "Atari VCS Modern Controller"
202-
or ( /*os_type == os_linux and*/ gamepad_button_count(dv) == 11 and gamepad_hat_count(dv) == 1 and gamepad_axis_count(dv) == 6 )
203202
or ( hand.button_count==11 and hand.hat_count==1 and hand.axis_count==6 ) )
204203
return { player_number: pn, player_index: pi, slot_id: dv, classic: false, modern: true, xbox: false, profile: hand, state: GetPlayerControllerState(pn) };
205204
// XInput Controller

0 commit comments

Comments
 (0)