ndeadly
|
c55145edfa
|
mc.mitm: adjust btdrv mitm server max sessions to match official software
|
2022-08-12 01:08:10 +02:00 |
|
ndeadly
|
4f5cb51c1e
|
mc.mitm: reverse bluetooth address using temporary var of correct size to keep compiler happy
|
2022-05-30 22:36:00 +02:00 |
|
ndeadly
|
8439391295
|
mc.mitm: misc. code cleanup
|
2022-04-26 21:47:35 +10:00 |
|
ndeadly
|
cd98887c1f
|
mc.mitm: remove unnecessary casts
|
2022-04-22 11:45:05 +10:00 |
|
ndeadly
|
4f6a142a93
|
mc.mitm: remove all void arguments
|
2022-04-17 17:08:38 +10:00 |
|
ndeadly
|
32c7b95065
|
Update copyright headers
|
2022-04-06 00:17:00 +10:00 |
|
ndeadly
|
86e8f3972a
|
mc.mitm: refactor controller classes and add initial motion controls support for dualshock4 and wii motionplus
|
2022-04-06 00:07:18 +10:00 |
|
ndeadly
|
0081027385
|
mc.mitm: refactor hid report handling functions
|
2022-04-05 23:56:23 +10:00 |
|
ndeadly
|
863ce5ec83
|
mc.mitm: clean up thread initialisation code and make consistent
|
2022-04-05 23:56:23 +10:00 |
|
ndeadly
|
374c1781c5
|
mc.mitm: allow for handling of hid set and get reports
|
2022-04-05 23:50:44 +10:00 |
|
ndeadly
|
34bd9f7796
|
mc.mitm: SwapBytes -> SwapEndian
|
2022-04-05 13:50:06 +10:00 |
|
ndeadly
|
a55955708e
|
mc.mitm: modifications to build with latest libstratosphere
|
2022-03-24 17:32:43 +11:00 |
|
ndeadly
|
68e5d13164
|
mc.mitm: clean up initialisation of threads
|
2022-02-08 07:14:07 +01:00 |
|
ndeadly
|
07d73cefd9
|
mc.mitm: use libstratosphere shared memory types
|
2021-10-17 01:11:12 +02:00 |
|
SciresM
|
f7178ebc1b
|
mc: update for Atmosphere-libs refactoring (#372)
* mc: update for Atmosphere-libs refactoring
* Update for further ams-libs changes (through 1.2.0)
|
2021-10-17 00:15:56 +02:00 |
|
ndeadly
|
601a1209a3
|
mc.mitm: fix compiler warning when reversing bluetooth address for wii controller pairing
|
2021-08-19 23:48:29 +02:00 |
|
ndeadly
|
e4f475072c
|
mc.mitm: add support for file based virtual spi flash
|
2021-08-19 22:13:28 +02:00 |
|
ndeadly
|
429cc06b14
|
mc.mitm: only fake response for SetTsi command for controllers where is is known to cause issues
|
2021-07-09 20:00:29 +02:00 |
|
ndeadly
|
31250f09fb
|
mc.mitm: add extension IPC call for external app to signal that it has peeked at the hid report buffer when using event redirection
|
2021-06-23 02:10:05 +02:00 |
|
ndeadly
|
e32438c9a1
|
Adapt code for libnx 12.x.x support
|
2021-06-09 22:17:58 +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
|
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
|
16c0d0abbf
|
bluetooth-mitm: use event classes instead of os::event api
|
2021-02-21 02:42:06 +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
|
f842d6b7f3
|
bluetooth-mitm: remove editing of tsi ext event status code
|
2021-02-09 22:34:24 +01:00 |
|
ndeadly
|
7cf761ae9b
|
bluetooth-mitm: signal fake response to SetTsi function when called on an unofficial controller
|
2021-02-09 22:18:43 +01:00 |
|
ndeadly
|
2254589865
|
bluetooth-mitm: add function to signal a fake hid event
|
2021-02-09 21:53:32 +01:00 |
|
ndeadly
|
bb9ab12889
|
bluetooth-mitm: mitm the btdrv SetTsi function
|
2021-02-09 21:52:43 +01:00 |
|
ndeadly
|
00783a6cbc
|
Rename sysmodule to mc.mitm
|
2021-02-04 01:30:04 +01:00 |
|