Skip to content

Commit

Permalink
decrease the amount of skins in Renderer's default skin list
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinir committed Sep 11, 2021
1 parent 95b4e3a commit a73f3c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions js/module/GamepadRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,8 @@ class GamepadRenderer {
this.defaultSkins = defaultSkins || new Map([
['gamepad-xinput', 'XInput'],
['gamepad-dinput', 'DInput'],
['gamepad-disc', 'Gamepad (Disc D-pad)'],
['joystick-v', 'Joystick (V Layout)'],
['joystick-a', 'Joystick (A Layout)'],
['megapad', 'Mega Pad'],
['hbox', 'HBox']
['joystick-a', 'Joystick (A Layout)']
])
/** @type {skinInternalName[]} */
this.fallbackSkins = [
Expand Down

0 comments on commit a73f3c5

Please sign in to comment.