1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-12-28 00:17:13 +00:00
sys-con/source
cathery bbed9abf55 Clamp joystick values when dpad and lstick are swapped
They will now fit inside the circle like regular sticks
2020-01-24 01:39:36 +03:00
..
AppletCompanion
ControllerLib Remove Xbox One Adapter 2020-01-12 05:16:55 +03:00
ControllerSwitch Clamp joystick values when dpad and lstick are swapped 2020-01-24 01:39:36 +03:00
inih
Sysmodule Remove Xbox One Adapter 2020-01-12 05:16:55 +03:00
Makefile
map.png
map.xml
README.md Update README.md 2020-01-12 05:37:58 +03:00

Components

  • AppletCompanion: The homebrew application for interfacing with the sysmodule.
  • ControllerLib: The controller driver library. Since it is up to the user to provide the USB implementation, this library becomes platform independent. To use it, one must inherit abstract classes IUSBDevice, IUSBInterface, IUSBEndpoint and implement them for your target platform.
  • ControllerSwitch: The switch implementation for ControllerLib. It contains the wrappers for the abstract classes, as well as classes responsible for creating a virtual controller on the switch.
  • Sysmodule: The background process that does all the work. Responsible for detecting controllers and holding controller information, applying any changes in the config, writing to log.

File structure (sysmodule)