Commit Graph

100 Commits

Author SHA1 Message Date
Maschell
a4d1c16c8c aroma-wip, untested 2024-10-13 10:37:09 +02:00
Maschell
c2921cd4d4 Add PR workflow 2023-04-10 11:46:16 +02:00
Maschell
7c4232e177 Add a .clang_format 2023-04-10 11:45:58 +02:00
Maschell
c8a077574e CI: Update push_image workflow 2023-04-10 11:44:43 +02:00
Maschell
47cf34d090 Fix compiling on latest devkitPPC/wut 2023-04-10 11:43:30 +02:00
Maschell
1482f8a437 Add Dockerfile, use Github Worksflow instead of travis. 2020-12-16 12:58:00 +01:00
GaryOderNichts
b5f7997c2a Remove newlines at the end of logs 2020-12-16 02:04:31 +01:00
GaryOderNichts
d667f8e364 Environment changes 2020-12-16 01:59:00 +01:00
Maschell
fd70b257c6 Rename back to controllerpatcherwut 2018-06-23 14:45:56 +02:00
Maschell
c873c2473c Rename from "controllerpatcherwut" back to "controllerpatcher" 2018-06-23 13:52:17 +02:00
Maschell
b859431175 Fix travis script 2018-06-20 16:29:05 +02:00
Maschell
ac2ec82779 Fix types 2018-06-20 15:07:15 +02:00
Maschell
9aab796735 Enable logging 2018-06-20 15:05:39 +02:00
Maschell
c2e273f46f Format the files 2018-06-19 17:46:37 +02:00
Maschell
a1ae51e073 Fix compiling 2018-06-19 17:44:57 +02:00
Maschell
f16ce7e9f9 Adopt header changes for the nsyshid/hid.h 2018-06-19 17:40:02 +02:00
Maschell
7091552d3d Adopt header changes for the kpad.h and wpad.h 2018-06-19 17:39:20 +02:00
Maschell
ae5fbd4f84 Replace __gh_errno_ptr() by socketlasterr() 2018-06-19 17:35:47 +02:00
Maschell
03d827c436 Fix the search for the sampling callback 2018-06-19 17:33:04 +02:00
Maschell
ec2e5dd8e3 Fix sleep duration (Milliseconds -> Microseconds) 2018-06-19 17:31:20 +02:00
Maschell
07314ec15b Remove duplicated file 2018-06-19 17:25:13 +02:00
Maschell
2a78306327 First commit of the wut branch. 2018-06-17 20:33:39 +02:00
Maschell
7f811bb836 [Travis] Only reinstall packages if updated. 2018-05-26 16:29:48 +02:00
Maschell
f3cbf9332e [Travis] Updated the script to now use pacman, caching optimization
- The Makefile now doesn't rely on wii_rules anymore.
2018-05-26 12:55:57 +02:00
Maschell
975af132dc Simplified the code by using the TCPServer from libutils 2018-03-07 18:42:36 +01:00
Maschell
bb4484645a Use github instead of sourceforge 2018-02-25 13:45:48 +01:00
Maschell
3008c53e6f Added option to copy DPAD input to the stick 2018-02-16 19:25:43 +01:00
Maschell
54b321ad6e Added memory flushing to getMouseData function, added cooldown to mouse mode changing 2018-02-16 18:57:45 +01:00
Maschell
cb17522af2 Revert changing compiler flags. 2018-02-16 17:39:08 +01:00
Maschell
0fe22a57a8 Removed some logging. 2018-02-14 22:24:20 +01:00
Maschell
2816e9b2ec Optimized the travis build script 2017-12-16 11:33:11 +01:00
Maschell
746cf737da Fxied stupid typo in the travis script 2017-11-19 11:06:36 +01:00
Maschell
4525d6ff47 Added travis script 2017-11-19 11:05:23 +01:00
Maschell
4edd875998 Added info to the makefile 2017-11-11 16:18:03 +01:00
Maschell
bd13ee05c2 Unix filenames seem to be case sensetive for compiling 2017-10-29 12:42:11 +01:00
Maschell
39efa6dd88 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	source/patcher/ControllerPatcherHID.cpp
2017-10-29 10:29:56 +01:00
Maschell
f52849b3b1 Small adjustments to the readme 2017-10-29 10:25:23 +01:00
Maschell
765b9dcb1c Transforming it into a static lib 2017-10-29 09:34:47 +01:00
Maschell
30557cd770 Remove log which preduces tooo many messages 2017-10-15 12:39:38 +02:00
Maschell
409871f29d Changed the way configuration files are loaded.
- Now the app using the controller_patcher_lib is responseable for
mounting the device. This give the application the freedom to load it
from any place. (Which implements devoptabs)
2017-10-14 15:45:45 +02:00
Maschell
c9284c0238 Improved the logging, added more checks while parsing the ini 2017-10-14 13:22:47 +02:00
Maschell
3bf07857be Fixed the thread to work with the new dynamic libs 2017-10-10 21:02:41 +02:00
Maschell
718ac61d77 Added option to disable the network controller 2017-07-20 17:28:14 +02:00
Maschell
f8aa5558cd added variable for the app status 2017-07-20 16:01:08 +02:00
Maschell
3559a18408 Cleaned up the includes 2017-05-07 14:44:09 +02:00
Maschell
9119528a1b Renamed the sleep functions, added option to disable rumble 2017-05-07 14:29:19 +02:00
Maschell
5c7be021d0 Added curly brackets to if(HID_DEBUG) 2017-05-06 19:46:05 +02:00
Maschell
83b064108e Fix: Using multiple controllers of the same type now possible again 2017-05-03 21:44:08 +02:00
Maschell
4405eca443 Adjusted stick sensitivity for the pro controller emulation 2017-04-27 19:32:43 +02:00
Maschell
a72f8e3879 Added function to call the SamplingCallback and some minor tweaks 2017-04-23 15:19:21 +02:00