Use the correct name/device info for Atari Classic Controller.

This commit is contained in:
fewtarius 2022-10-09 19:38:15 -04:00
parent 74ca5cf92a
commit 484ed32eea
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -1,7 +1,7 @@
input_driver = "udev"
input_device = "Microsoft X-Box 360 pad"
input_vendor_id = "1118"
input_product_id = "654"
input_device = "Atari Classic Controller"
input_vendor_id = "12880"
input_product_id = "4098"
input_b_btn = "2"
input_select_btn = "4"
input_start_btn = "3"