1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-08 11:58:44 +00:00
Commit Graph

33 Commits

Author SHA1 Message Date
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
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
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
781129b467 Finalize 0.5.0 2019-11-15 14:03:06 +03:00
cathery
a1363d5774 Add customizable controller colors #63 2019-11-13 23:49:15 +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
fd529963cc Add option to specify max packet size in IUSBEndpoint::Open() 2019-11-12 20:56:22 +03:00
cathery
1219a249be Revert back to allocating aligned memory when needed 2019-11-11 21:23:52 +03:00
cathery
8739069e6b Add d-pad and left stick swap option 2019-11-09 23:36:52 +03:00
cathery
1155b488be Remove fluff 2019-11-09 23:24:29 +03:00
cathery
4ba875800c Begin implementing Xbox One Adapter 2019-11-09 23:22:41 +03:00
cathery
9e337015e2 Revert post-output buffer sleep period 2019-11-09 02:37:16 +03:00
cathery
ba7a0b754f Add support for multiple 360 wireless controllers 2019-11-09 02:31:49 +03:00
cathery
435b203525 Fixed 360 Wireless not working 2019-11-08 21:06:02 +03:00
cathery
d9d4ccf1d4 added interval sleep after endpoint write 2019-11-08 15:55:54 +03:00
cathery
586f1b0914 IUSBEndpoint::Write() now takes a const buffer 2019-11-08 11:59:57 +03:00
cathery
3509f2c223 Add vendor/product members to IUSBDevice 2019-11-08 11:59:11 +03:00
cathery
114e466a1a Add input remapping 2019-11-07 20:46:47 +03:00
cathery
264673d6fc Reduce memory usage
by using threadCreate instead of std::thread
2019-11-06 15:28:56 +03:00
cathery
e212c27789 Comment out unused code for now 2019-11-05 14:16:58 +03:00
cathery
cc1e83e954 Changed hdl removal check because the previous one was too late to update 2019-11-05 11:59:08 +03:00
cathery
f3d8991710 USB memory optimizations + progress on #3 2019-11-04 15:32:43 +03:00
cathery
500fcddaa8 minor attempts at vibration +dualshock dummy class 2019-11-03 22:38:24 +03:00
cathery
860173824d Progress on #1 2019-11-02 20:42:24 +03:00
cathery
e85483e122 Closes #2 2019-11-02 13:39:43 +03:00
cathery
82e6eca5ab Adjusting to new libnx build 2019-11-02 12:03:54 +03:00
cathery
8c5600a456
SwitchUSB - create README.md 2019-10-31 21:12:48 +03:00
cathery
7796e2e88d Initial commit 2019-10-31 21:00:42 +03:00