cathery
a546273b46
Merge dualshock events into one vendor event (thanks @p-sam)
2020-12-07 15:03:13 +03:00
cathery
f527c2c388
Discard large log files on boot
2020-12-07 15:02:50 +03:00
cathery
8434a9e250
Add a scoped lock for controller handler
2020-12-07 15:02:43 +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
9ca309a621
Comment out psc code
2020-03-26 06:12:19 +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
393263eb7c
update thread priorities
2020-03-11 02:22:36 +03:00
cathery
f9054f9d67
log: use scoped lock mutexes
2020-03-11 02:04:18 +03:00
cathery
9f437adca5
use R_ABORT_UNLESS instead of R_ASSERT
2020-03-11 02:03:50 +03:00
cathery
999b5d181f
Add mutex locks to usb queries
2020-03-11 01:16:41 +03:00
cathery
ffcdee112c
Remove psc logs
2020-03-10 23:13:33 +03:00
cathery
3aa4421fb8
Remove unused QueryVendorProduct
2020-03-10 23:13:03 +03:00
cathery
2690be44d8
Change some WriteToLog calls
2020-03-10 12:47:32 +03:00
cathery
d5edac6c1b
More usb event error checking
2020-03-10 12:46:53 +03:00
cathery
96aa0e05ac
Create a thread for each usb event
...
* Fixes the issue of not being able to connect more than 3 controllers at once
2020-03-10 12:44:57 +03:00
cathery
e0f8df2166
Move stratosphere include into source file
2020-03-03 19:45:35 +03:00
cathery
1750201216
Rename ::handler namespace to ::controllers
2020-03-02 18:52:38 +03:00
cathery
a7e1c5d204
Add debug interface change logs
2020-03-02 18:24:09 +03:00
cathery
42f14cd74c
Minor fixes to config handler
...
Added Enable and Disable functions
the thread running bool is now properly set to false upon disabling conifg
Enable now returns early if the timer was already created
CheckForFileChanges is called once when initializing
2020-03-02 18:23:41 +03:00
cathery
6898d056d4
while {} -> do {} while
...
It makes more sense that all threads check if they can still run after they've completed their cycle, not before it
2020-03-02 18:21:40 +03:00
cathery
b68134504b
Implement PSC module
2020-03-02 18:18:12 +03:00
cathery
9de5e87c4f
Reimplement config loading behavior
2020-03-01 21:05:41 +03:00
cathery
1771b42ade
change thread_running bool names
2020-02-22 21:03:03 +03:00
cathery
9b243d4666
Fix controller input
2020-02-20 22:07:58 +03:00
cathery
6daa334da5
Add a loop exit variable for usb threads
2020-02-20 03:27:49 +03:00
cathery
05d62f943c
sysmodule: implement usb and controller handler modules (not working)
2020-02-16 22:53:58 +03:00
cathery
d5cd9b7b0d
replace time posix functions with time service functions
2020-02-06 02:38:34 +03:00
cathery
72497b76f1
Rework main.cpp with stratosphere
2020-02-06 02:24:59 +03:00
cathery
345a14d17d
Update sysmodule makefile
2020-02-06 01:06:13 +03:00
cathery
02c23dab83
Bump version
2020-01-28 00:30:42 +03:00
cathery
49fc7a8738
Remove Xbox One Adapter
2020-01-12 05:16:55 +03:00
cathery
60c861c0a2
Re-organize the project
2020-01-12 05:01:44 +03:00