1
0
mirror of https://github.com/cathery/sys-con.git synced 2025-03-13 07:14:35 +00:00
cathery 88bc77d49b Add turbo mode button configuration
Also move the mapping stuff to a common function
2020-04-23 00:48:34 +03:00
..
2020-01-12 05:01:44 +03:00
2020-01-12 05:01:44 +03:00
2020-03-10 21:23:10 +03:00
2020-01-12 05:04:59 +03:00
2020-01-12 05:01:44 +03:00
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)