1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-01 01:38:44 +00:00
sys-con/source
2020-12-08 17:14:26 +03:00
..
AppletCompanion Quieter makefiles 2020-12-08 16:44:45 +03:00
Atmosphere-libs@2c3ccef17e Only build libstratosphere 2020-12-08 17:14:26 +03:00
ControllerLib Change controller config options 2020-12-07 15:03:35 +03:00
ControllerSwitch Update dependencies 2020-12-07 17:58:19 +03:00
inih Re-organize the project 2020-01-12 05:01:44 +03:00
Sysmodule Only build libstratosphere 2020-12-08 17:14:26 +03:00
Makefile Only build libstratosphere 2020-12-08 17:14:26 +03:00
map.png Update map.png 2020-01-12 05:04:59 +03:00
map.xml Re-organize the project 2020-01-12 05:01:44 +03:00
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)