Commit graph

431 commits

Author SHA1 Message Date
ndeadly
6f29cc641d Update submodules to use libnx master 2021-06-09 23:14:39 +02:00
ndeadly
e32438c9a1 Adapt code for libnx 12.x.x support 2021-06-09 22:17:58 +02:00
ndeadly
aa48059df5 Update Atmosphere-libs for 0.19.4 2021-06-08 23:47:40 +02:00
ndeadly
f87b6d6e07 Update Atmosphere-libs for 0.19.3 2021-05-12 22:20:10 +02:00
ndeadly
c92cb857b5 mc.mitm: remove usage of sm::DoWithSession 2021-04-30 23:05:01 +02:00
ndeadly
55dff2f51f Update Atmosphere-libs for 0.19.2 2021-04-30 21:18:28 +02:00
ndeadly
4ea12aebd5 Add preliminary support for 12.0.0 2021-04-15 00:10:22 +02:00
ndeadly
a3310e0d43 mc.mitm: unfuck the mess created by conflicting bluetooth type definitions in libnx master 2021-03-25 23:37:20 +01:00
ndeadly
8fb7bce267 Update readme 2021-03-16 02:27:46 +01:00
ndeadly
a492bc77af bluetooth-mitm: add support for icade controller 2021-03-16 02:27:04 +01:00
ndeadly
623f7f706b Merge branch 'master' into develop 2021-03-16 00:22:02 +01:00
ndeadly
b92d4b588b bluetooth-mitm: update amplitude lookup table and clean up rumble code 2021-03-16 00:09:21 +01:00
ndeadly
14146e3d30 bluetooth-mitm: enable/disable controller rumble based on global settings defined in ini file 2021-03-14 18:22:16 +01:00
Sean Maas
c227688485 bluetooth-mitm: add DualSense rumble 2021-03-14 18:21:31 +01:00
ndeadly
6fc0036129 bluetooth-mitm: fix setting of wii controller player leds 2021-03-14 18:21:30 +01:00
ndeadly
210dc5079f bluetooth-mitm: playing around with rumble values 2021-03-14 18:21:30 +01:00
ndeadly
1160f7d0e0 bluetooth-mitm: use improved lookup table based on yuzu amplitude scaling function, only use left motor settings 2021-03-14 18:21:30 +01:00
ndeadly
d9f19ecffd bluetooth-mitm: use average of left and right LRA amplitudes 2021-03-14 18:21:29 +01:00
ndeadly
bb7fc4e793 bluetooth-mitm: fix copy/paste error 2021-03-14 18:21:29 +01:00
ndeadly
f9c4c5cd71 bluetooth-mitm: add rumble frequency decoding via lookup table 2021-03-14 18:21:29 +01:00
ndeadly
2a2b1be311 bluetooth-mitm: decode real rumble amplitudes via lookup table 2021-03-14 18:21:24 +01:00
ndeadly
61482f328a add change that got lost during rebase 2021-03-14 18:19:21 +01:00
ndeadly
1aeddc5574 bluetooth-mitm: make vibration reports work for xbox one controller 2021-03-14 18:19:21 +01:00
ndeadly
42f82561ab bluetooth-mitm: add CancelVibration method 2021-03-14 18:19:21 +01:00
ndeadly
d40a6ccc97 bluetooth-mim: add (not working) crude rumble support for xbox one controllers 2021-03-14 18:19:21 +01:00
ndeadly
ec37a557c6 bluetooth-mitm: add crude wii controller rumble 2021-03-14 18:19:20 +01:00
ndeadly
d9550e2292 bluetooth-mitm: add crude dualshock4 rumble 2021-03-14 18:19:20 +01:00
ndeadly
1f2d0dc6ba bluetooth-mitm: add struct definitions and methods to begin implementing rumble support 2021-03-14 18:19:20 +01:00
ndeadly
0ad7fd4d21 bluetooth-mitm: add support for steelseries stratus duo controller 2021-03-05 01:43:13 +01:00
ndeadly
737f0edb79 Replace invalid path characters from git branch name with underscores 2021-02-28 15:43:17 +01:00
ndeadly
fcc1bb3a05 bluetooth-mitm: improve readability of fake subcommand responses 2021-02-27 01:48:13 +01:00
ndeadly
a1f2cd413f bluetooth-mitm: move ApplyButtonCombos method into SwitchController class so we can also apply button combos to official controllers 2021-02-26 01:08:15 +01:00
ndeadly
e30818666a bluetooth-mitm: move staging report buffers into SwitchController class and make use of them 2021-02-26 00:57:05 +01:00
ndeadly
1bd2c238d0 bluetooth-mitm: move initialisation of waitable holders into bluetooth event handling thread function 2021-02-23 01:41:49 +01:00
ndeadly
86b3e3170b bluetooth-mitm: revert removal of program_id argument for bluetooth core GetEventInfo function 2021-02-21 20:43:39 +01:00
ndeadly
acc420a780 bluetooth-mitm: remove unnecessary mitm of Finalize functions 2021-02-21 20:11:11 +01:00
ndeadly
04a4d1fcd8 bluetooth-mitm: remove unnecessary Initialize/Finalize functions 2021-02-21 19:35:19 +01:00
ndeadly
ff9d6fe44b bluetooth-mitm: change buffer parameter type of GetEventInfo functions to void * for consistency 2021-02-21 17:36:24 +01:00
ndeadly
18c8ecfc98 bluetooth-mitm: use *EventInfo data types instead of raw buffers 2021-02-21 14:43:21 +01:00
ndeadly
11f6adf78a bluetooth-mitm: remove passing program id to GetEventInfo functions 2021-02-21 14:01:13 +01:00
ndeadly
bbcf59bde1 bluetooth-mitm: clean up pin reply code a little 2021-02-21 13:59:16 +01:00
ndeadly
de8a69c211 mc.mitm: move LaunchModules and WaitModules functions out of main.cpp 2021-02-21 12:51:00 +01:00
ndeadly
16c0d0abbf bluetooth-mitm: use event classes instead of os::event api 2021-02-21 02:42:06 +01:00
ndeadly
c6afa1f45c mc.mitm: comment out settings in config ini template by default 2021-02-21 00:59:59 +01:00
ndeadly
79e65d4b41 bluetooth-mitm: use events instead of flags to track the initialisation status of bluetooth interfaces 2021-02-21 00:44:45 +01:00
ndeadly
d5ddeaac36 mc.mitm: add support for loading global module config ini at startup and overriding bluetooth adapter name and address 2021-02-21 00:44:45 +01:00
ndeadly
d664c074fd bluetooth-mitm: improve module initialisation 2021-02-21 00:44:45 +01:00
ndeadly
9d371ceff1 Embed build version string in compiled sysmodule 2021-02-19 01:53:09 +01:00
ndeadly
11e1044c22 Add tagged version, branch and hash from git to output zip filename 2021-02-19 00:27:43 +01:00
ndeadly
f842d6b7f3 bluetooth-mitm: remove editing of tsi ext event status code 2021-02-09 22:34:24 +01:00