1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-03 02:18:43 +00:00
Commit Graph

172 Commits

Author SHA1 Message Date
cathery
60c861c0a2 Re-organize the project 2020-01-12 05:01:44 +03:00
cathery
7a6eb0e97d
Add a warning about 2nd gen dualshock 4 in README 2019-12-21 07:46:56 +03:00
cathery
4e6b737702 Change rar format to zip 2019-12-19 09:51:54 +03:00
cathery
85bef8e0ed Merge branch 'master' of https://github.com/cathery/sys-con 2019-12-19 09:51:06 +03:00
cathery
b68795bc98
Create config.yml 2019-12-18 21:52:53 +03:00
cathery
501192cbe0 Update issue templates 2019-12-18 21:51:17 +03:00
cathery
c66ee7206e Remove hid service from sysmodule 2019-12-11 09:24:53 +03:00
cathery
7de7e3c5cc Merge branch 'master' of https://github.com/cathery/sys-con 2019-12-11 05:59:07 +03:00
cathery
1ceffd7e10 Fix time showing up incorrectly in logs 2019-12-11 05:59:04 +03:00
cathery
1c71923a66
Update libnx info in README.md 2019-12-11 04:11:23 +03:00
cathery
1985319a6a Add .vscode properties 2019-12-08 21:46:22 +03:00
cathery
677f5cd7f4 Add clean options to makefile 2019-12-08 21:43:30 +03:00
cathery
275eaa9310 Merge the two redundant makefiles into one 2019-12-05 19:36:33 +03:00
cathery
7bb3dc44d8 Fix improper thread exit name 2019-12-04 21:47:28 +03:00
cathery
e9c9c67a12 Reimplement SwitchVirtualGamepadHandler threads using SwitchThread 2019-12-04 21:44:01 +03:00
cathery
4f1247fe0c SwitchThread: Add Initialize() for manual thread creation 2019-12-04 21:43:29 +03:00
cathery
b4dfe8a548 Reimplement psc and event threads using SwitchThread 2019-12-04 20:40:34 +03:00
cathery
cd64016cbd Move interfaces and etc to global variables to reduce memory usage 2019-12-04 20:38:49 +03:00
cathery
7e4fea0d10 Remove debug variables 2019-12-04 20:31:18 +03:00
cathery
cdc8ed5d51 Reimplement WirteToLog to grealy reduce filesize 2019-12-04 20:29:53 +03:00
cathery
ac6eff74bc SwitchThread: thread wrapper class for loops 2019-12-04 20:24:56 +03:00
cathery
3ff573456f Minor changes 2019-11-25 15:58:23 +03:00
cathery
7356a742c9 Fixed input packets bleeding into each other to fix #78 2019-11-25 15:58:01 +03:00
cathery
c2e12bc2e9 Reduce psc thread stack size 2019-11-24 05:37:28 +03:00
cathery
e889c6e00c Implement PSC module for cleaning up resources before going to sleep 2019-11-24 05:25:14 +03:00
cathery
1f8a8bc500 Add enum types 2019-11-22 03:47:16 +03:00
cathery
e33b5c06ab Make some variables constexpr where possible 2019-11-22 01:49:51 +03:00
cathery
6f2f9349c4 pass function by address in input/output threads 2019-11-22 01:49:14 +03:00
cathery
d1ccd23813 Allow changing DS4 LED (#88) 2019-11-22 01:03:31 +03:00
cathery
60776a8cce Fix inconsistent event index 2019-11-22 01:02:39 +03:00
cathery
04bcc1dd97 Zero-initialize button data variables 2019-11-22 00:41:07 +03:00
cathery
17b205d8d0 Update code structure 2019-11-22 00:40:42 +03:00
cathery
cbe4e5a39b Fix multiple controllers being removed on unplug 2019-11-22 00:39:35 +03:00
cathery
f96a167714
Update README.md 2019-11-18 11:31:47 +03:00
cathery
48e9527341
Update README.md 2019-11-15 17:04:59 +03:00
cathery
55e23f9d82
Update README.md 2019-11-15 14:20:02 +03:00
cathery
f216ede718
Update README.md 2019-11-15 14:19:27 +03:00
cathery
781129b467 Finalize 0.5.0 2019-11-15 14:03:06 +03:00
cathery
9be2b8cf40 fill out dualshock 4 report 2019-11-14 15:52:00 +03:00
cathery
dc584a0af1 Fix firmware path not being read 2019-11-13 23:53:47 +03:00
cathery
a1363d5774 Add customizable controller colors #63 2019-11-13 23:49:15 +03:00
cathery
9807350530 Dualshock 4: Add touchpad and PS buttons 2019-11-13 19:53:23 +03:00
cathery
d9b2b59989 Add override keyword to all virtual override functions 2019-11-13 14:27:43 +03:00
cathery
c2c58971a7 Use Result type instead of Status 2019-11-13 14:16:13 +03:00
cathery
76baf30713 Make dualshock 4 input at least functional 2019-11-12 21:37:14 +03:00
cathery
7c1757bef8 More work on Dualshock 4 2019-11-12 20:56:50 +03:00
cathery
fd529963cc Add option to specify max packet size in IUSBEndpoint::Open() 2019-11-12 20:56:22 +03:00
cathery
b3c995fe66 More work on Xbox one adapter 2019-11-12 20:55:50 +03:00
cathery
4b59d5541e
Add building instructions in README.md 2019-11-12 20:01:11 +03:00
cathery
8d61e5b10b Begin implementing Dualshock 4 controller 2019-11-11 22:43:19 +03:00