Skip to content

Commit

Permalink
Add DualSense Edge support (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb39411 authored Nov 18, 2023
1 parent 408a71d commit 2cf576f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Place `vitacontrol.skprx` in the `ur0:tai/` directory on your Vita. Open `config
* Sony DualShock 3 Controller
* Sony DualShock 4 Controller
* Sony DualSense Controller
* Sony DualSense Edge Controller
* Microsoft Xbox One Controller
* Nintendo Switch Pro Controller

Expand Down
1 change: 1 addition & 0 deletions src/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Controller *Controller::makeController(uint32_t mac0, uint32_t mac1, int port)
DECL_CONTROLLER(0x054C, 0x05C4, DualShock4Controller);
DECL_CONTROLLER(0x054C, 0x09CC, DualShock4Controller);
DECL_CONTROLLER(0x054C, 0x0CE6, DualSenseController);
DECL_CONTROLLER(0x054C, 0x0DF2, DualSenseController);
DECL_CONTROLLER(0x045E, 0x02E0, XboxOneController2016);
DECL_CONTROLLER(0x045E, 0x02FD, XboxOneController);
DECL_CONTROLLER(0x045E, 0x0B00, XboxOneController);
Expand Down

0 comments on commit 2cf576f

Please sign in to comment.