cathery
95de6047be
Fix libstratosphere not being built
2020-03-03 19:45:17 +03:00
cathery
a9c83a7b17
Update libstratosphere
2020-03-03 12:59:31 +03:00
cathery
98a714593f
add -j4 to make
2020-03-03 12:58:28 +03:00
cathery
80a18b89c3
Fix controllers not taking any button input with no configs
2020-03-03 12:58:12 +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
c93aa6304b
Fix up vscode include paths
2020-03-01 21:05:52 +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
efaa2a6791
Use ams::StaticThread instead of SwitchThread in SwitchVirtualGamepadHandler
2020-02-20 03:27:19 +03:00
cathery
55b5d76090
Remove -j from makefile
2020-02-20 03:26:15 +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
69fd3fa7d7
add libstratosphere
2020-02-05 20:52:59 +03:00
cathery
02c23dab83
Bump version
2020-01-28 00:30:42 +03:00
cathery
0efde144e5
Fix the static assertion check
2020-01-25 01:43:10 +03:00
cathery
f59352bee3
Add a static assertion for correct joystick values
2020-01-25 01:41:11 +03:00
cathery
bde2cfa2b0
Fixed another joystick value edge case
...
Joystick values of -32768 and lower cause Resident Evil 4 to crash
2020-01-25 01:17:20 +03:00
cathery
033b9abece
Remove unnecessary bound checks since this was a one-off error
...
Thanks libnx
2020-01-24 02:03:52 +03:00
cathery
bbed9abf55
Clamp joystick values when dpad and lstick are swapped
...
They will now fit inside the circle like regular sticks
2020-01-24 01:39:36 +03:00
cathery
c7c5c42ae8
Fix joystick values going out of bounds
...
Joystick value of 32768 (0x8000) causes games like Xenoblade 2 to crash under failed assertions.
Even though it should be within range of acceptable joystick values.
2020-01-24 01:38:10 +03:00
cathery
69ed3e45de
Update README.md
2020-01-12 05:40:12 +03:00
cathery
4f2ff7321b
Update README.md
2020-01-12 05:37:58 +03:00
cathery
49fc7a8738
Remove Xbox One Adapter
2020-01-12 05:16:55 +03:00
cathery
48cacf557a
Update map.png
2020-01-12 05:04:59 +03:00
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