p-sam
|
54d2ac9f43
|
libnx: Splitted Joycons button mapping
- Minus/Plus is always Plus when splitted (JOYPAD_START)
- StickR/StickL is always StickL when splitted (JOYPAD_L3)
|
2021-10-01 20:18:54 +02:00 |
|
M4xw
|
931eb3221b
|
[LIBNX] Fix Split Joycon
|
2021-09-23 13:45:22 +02:00 |
|
Michael Burgardt
|
303d17e2e6
|
Rebase 'Add generic rumble gain to input settings' by davidgfnet
|
2021-09-08 19:52:32 +02:00 |
|
twinaphex
|
bb30dc3dee
|
After gblues' change, the rest of the button function callbacks
for the other joypad drivers still had int16_t as the return type
instead of int32_t - fix this
|
2021-08-08 21:48:19 +02:00 |
|
R-YaTian
|
1d988d374a
|
libnx: Fix split joycons
|
2021-07-29 12:18:11 +08:00 |
|
p-sam
|
0f5f8798ea
|
libnx: input fixes
- fix poll missing for controller 2-8
- fix layout not applied correctly and hangs when splitting joycons
|
2021-07-28 21:49:09 +02:00 |
|
M4xw
|
d00c2a6407
|
[Libnx] Style nits
|
2021-06-28 17:38:17 +02:00 |
|
p-sam
|
ac8a977492
|
Replace deprecated HID APIs
|
2021-06-28 17:38:17 +02:00 |
|
p-sam
|
1bc588acbd
|
Fix building with libnx 4.0.0
|
2021-06-28 17:38:17 +02:00 |
|
twinaphex
|
236622ffa6
|
(Joypad driver) Init function - return void pointer
|
2020-09-22 02:30:47 +02:00 |
|
twinaphex
|
4676e102d0
|
(input/drivers_joypad) Add TODO/FIXME notes
|
2020-08-03 17:31:22 +02:00 |
|
twinaphex
|
ed3ee2511f
|
Cleanups - add local variable
|
2020-07-29 05:31:23 +02:00 |
|
rsn8887
|
78c9dbbd20
|
Fix input port assignments
|
2020-07-28 16:35:16 -05:00 |
|
twinaphex
|
897a9de5be
|
(drivers_joypad) Cleanup axis functions
|
2020-07-19 18:51:05 +02:00 |
|
twinaphex
|
d97e590aaf
|
Reimplement multi button state functions
|
2020-07-19 03:18:12 +02:00 |
|
twinaphex
|
cb5b22b6ac
|
(Android) Refactor axis functions
|
2020-07-18 22:38:23 +02:00 |
|
twinaphex
|
08ad00f5d3
|
Start preparing for being able to grab multiple buttons at the same time
|
2020-07-18 19:51:14 +02:00 |
|
twinaphex
|
8b078662cd
|
Change function signature of joypad driver's 'button'
|
2020-07-18 18:07:57 +02:00 |
|
twinaphex
|
b363ed7d79
|
(drivers_joypad) get rid of excessive logging
|
2020-06-11 04:06:33 +02:00 |
|
twinaphex
|
0ec3a8a449
|
(Input) Settings cleanups
|
2020-02-23 06:05:23 +01:00 |
|
Twinaphex
|
1091193ed5
|
Revert "[Switch] Really fix splitting/joining JoyCons via single option"
|
2019-08-26 14:22:58 +02:00 |
|
rsn8887
|
8c0c0e3eae
|
[Switch] Really fix splitting/joining JoyCons via single option
|
2019-08-24 21:08:35 -05:00 |
|
twinaphex
|
d4255b0e55
|
Cleanups
|
2019-07-23 13:59:51 +02:00 |
|
rsn8887
|
c226f0a683
|
[SWITCH] Fix splitting and joining of joycon controllers
Before this fix, splitting and joining of joycons only ever worked
sporadically.
|
2019-07-22 23:30:34 -05:00 |
|
orbea
|
e13ec54dc6
|
Fix --disable-overlay.
|
2019-07-21 10:26:42 -07:00 |
|
twinaphex
|
4c69dad0ce
|
Define DEFAULT_MAX_PADS inside config.def.h - get rid of the messy
MAX_PADS macros everywhere
|
2019-07-19 12:55:38 +02:00 |
|
twinaphex
|
0257e01bee
|
Refactor input_autoconfigure_connect - don't return
value - set input device name upon failure implicitly
|
2019-07-16 15:28:22 +02:00 |
|
twinaphex
|
bf80376d27
|
Style nits
|
2019-07-16 14:34:37 +02:00 |
|
Exvat
|
e7bf2a345c
|
Add rumble support for the switch
|
2019-03-11 19:33:02 -07:00 |
|
orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
rsn8887
|
44cd329125
|
[LIBNX] Fix switching from Split Joycon mode to Dual Joycon mode
|
2018-12-05 18:29:28 -06:00 |
|
rsn8887
|
f953962d08
|
[LIBNX] Fix Split Joycon mode for horizontal holding
|
2018-12-05 18:12:55 -06:00 |
|
M4xw
|
be85ec4627
|
[LIBNX] Add Split Joycon support
|
2018-10-01 00:03:57 +02:00 |
|
M4xw
|
64edf5f879
|
[LIBNX] Fixups and bare minimum to function
|
2018-09-14 20:38:42 +02:00 |
|
twinaphex
|
517b1b9089
|
Add HAVE_LIBNX ifdefs to switch_input.c/switch_joypad.c, and
features_cpu.c
|
2018-09-12 19:54:51 +02:00 |
|
misson20000
|
dd0ad28818
|
NSW: fix analog sticks
|
2018-05-24 00:18:38 -07:00 |
|
twinaphex
|
a82bb0ec94
|
Create special type input_bits_t
|
2018-04-08 20:21:12 +02:00 |
|
vgmoose
|
890de0e79b
|
allow joycons to work while attached
|
2018-01-07 12:10:28 +01:00 |
|
misson20000
|
7cc614263a
|
(NSW) add default button bindings and fix right joystick
|
2017-12-31 03:04:11 +01:00 |
|
twinaphex
|
5c876647ed
|
(NSW) Small cleanups
|
2017-12-29 00:45:00 +01:00 |
|
misson20000
|
6d2a7b1f26
|
Nintendo Switch (libtransistor) port
|
2017-12-29 00:10:01 +01:00 |
|