twinaphex
|
642298c8b0
|
(ps4_joypad.c) C89_BUILD fixes
|
2019-07-23 15:47:13 +02: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 |
|
Francisco Javier Trujillo Mata
|
48d46dcc44
|
[PS2] Analog support improvement
|
2019-02-27 19:43:59 +01:00 |
|
Francisco Javier Trujillo Mata
|
c147866562
|
Implemented analog support for ps2 controllers
|
2019-02-20 19:17:14 +01:00 |
|
twinaphex
|
1daaf7385c
|
9PS2) Silence some warnings
|
2019-02-14 07:20:44 +01: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 |
|
Francisco Javier Trujillo Mata
|
9370fb604d
|
Enable 2 controller for PS2 Driver (multiplayer is not implemented yet)
|
2019-01-08 00:28:14 +01:00 |
|
Francisco Javier Trujillo Mata
|
f48ffb9aac
|
Open RetroArch Menu Long Pressing Start button
|
2019-01-07 01:38:48 +01:00 |
|
Francisco Javier Trujillo Mata
|
90ba2df972
|
Put proper license in the files for the PS2 development
|
2018-12-26 13:48:48 +01:00 |
|
Francisco Javier Trujillo Mata
|
fc9cd8f639
|
JoyPad implemented
|
2018-11-09 22:40:50 +01:00 |
|
Francisco Javier Trujillo Mata
|
0880bd00b0
|
PS2 is compiling with null drivers
|
2018-11-09 22:40:50 +01:00 |
|