1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-06-26 07:38:44 +00:00
Commit Graph

218 Commits

Author SHA1 Message Date
cathery
670968ac65 Update for FW 13.0.0 2021-09-23 19:56:06 +03:00
cathery
7686597006 Fix booting on FW 12.0.0 2021-04-19 18:31:16 +03:00
cathery
cf8d6d5b95 Fix crash when config folder doesn't exist 2021-04-19 18:20:59 +03:00
cathery
99f6f0c0c1 Bump version to 0.6.3 2021-04-12 11:21:57 +03:00
cathery
eee8f23fce Update dependencies for 12.0.0 FW support 2021-04-12 10:59:40 +03:00
cathery
28f9ce944a
Delete controller-request.md 2020-12-09 12:21:15 +03:00
cathery
ba347b07c9
Delete feature_request.md 2020-12-09 12:21:11 +03:00
cathery
8e6a34b900 Update info info about bluetooth support 2020-12-07 15:04:22 +03:00
cathery
ced9089a95 Update README.md 2020-12-07 15:04:19 +03:00
cathery
89f4e5daef (Hopefully) fix another hang by changing psc:pm dependencies 2020-12-07 15:04:17 +03:00
cathery
1a82f82cd8 Bump version 0.6.2 2020-12-07 15:04:14 +03:00
cathery
0fdbb6f305 Update vscode configurations 2020-12-07 15:04:11 +03:00
cathery
8871e0073e Don't use time services, replace with system ticks 2020-12-07 15:04:08 +03:00
cathery
dfa3d387bd Update libnx, libstrat, reduce FS sessions 2020-12-07 15:04:05 +03:00
cathery
bd0aecc8bd Update README.md 2020-12-07 15:04:02 +03:00
cathery
7b9736ae19 update libstratosphere 2020-12-07 15:03:59 +03:00
cathery
77256ef2d7 Update for libnx 3.2.0, gcc 10 and libstratosphere 2020-12-07 15:03:55 +03:00
cathery
c726b76537 Remove outdated warnings from README 2020-12-07 15:03:50 +03:00
cathery
f95965f581 Bump version 2020-12-07 15:03:47 +03:00
cathery
697bb749c2 merge SwitchControllerHandler into SwitchVirtualGamepadHandler to avoid confusion 2020-12-07 15:03:42 +03:00
cathery
f0a91bb5e6 Formatting 2020-12-07 15:03:39 +03:00
cathery
fb578f6987 Change controller config options
Allow unmapping keys
Allow mapping multiple keys to the same button
Allow changing the deadzone for each trigger
Remove dualshock4 global option from the config files

Update config files for new changes
2020-12-07 15:03:35 +03:00
cathery
e1b3fcc3b0 Fix sys-con using 100% of the cpu core 3 2020-12-07 15:03:32 +03:00
cathery
2c77618445 Don't destroy events on sleep 2020-12-07 15:03:28 +03:00
cathery
a85ca8505b Change USB thread creation/cleanup order 2020-12-07 15:03:24 +03:00
cathery
a546273b46 Merge dualshock events into one vendor event (thanks @p-sam) 2020-12-07 15:03:13 +03:00
cathery
b80d96d472 Close USB interfaces only after closing USB threads 2020-12-07 15:03:08 +03:00
cathery
7d9ee7e233 Remove unnecessary USB exit calls 2020-12-07 15:03:05 +03:00
cathery
cdcc709642 Fix typo in output thread exit 2020-12-07 15:03:00 +03:00
cathery
d60f0652d4 Comment out unnecessary exit calls 2020-12-07 15:02:58 +03:00
cathery
aa9fc2e415 Remove recursive directories in vscode includePath 2020-12-07 15:02:54 +03:00
cathery
f527c2c388 Discard large log files on boot 2020-12-07 15:02:50 +03:00
cathery
2aac5d747e Add some comments to HDL handler 2020-12-07 15:02:46 +03:00
cathery
8434a9e250 Add a scoped lock for controller handler 2020-12-07 15:02:43 +03:00
cathery
a00188868c Fix up controller cleanup order 2020-12-07 15:02:40 +03:00
cathery
979f847b25 Use memcpy 2020-12-07 15:02:35 +03:00
cathery
78b7818f9b Enable psc module again 2020-12-07 15:02:22 +03:00
cathery
6931560c8e use setsys instead of ams::hos::SetVersionForLibnx() 2020-12-07 15:02:13 +03:00
cathery
d009dd01ff Add dualshock 4 ControllerSupports 2020-12-07 15:02:07 +03:00
cathery
dfbd4ff5d8 Update to use libnx 3.1.0 2020-12-07 15:01:58 +03:00
cathery
9ca309a621 Comment out psc code 2020-03-26 06:12:19 +03:00
cathery
a4c6008ce7 Increase controller threads again 2020-03-26 06:12:04 +03:00
cathery
697ead1fc6 Update libnx and libstratosphere 2020-03-26 06:11:48 +03:00
cathery
317d695dfb Cosmetic changes 2020-03-26 06:11:36 +03:00
cathery
7cab2e1e89 Update libnx and libstratosphere 2020-03-21 00:29:53 +03:00
cathery
c91bcd9e26 Remove old code 2020-03-13 13:46:12 +03:00
cathery
3dfa505ca8 Reduce psc thread's memory 2020-03-13 13:38:51 +03:00
cathery
4cd616570f Roll back some safety checks 2020-03-13 13:38:32 +03:00
cathery
50b0a158ce Clear the interfaces array before passing it to usbhs to avoid bad input 2020-03-12 17:48:26 +03:00
cathery
2042d65935 Increase the controller threads' priority 2020-03-12 17:47:41 +03:00