zoltanvb
b27233b3b8
Test input joypad driver ( #16370 )
...
* Test driver for joypad inputs
Add a new joypad input driver:
- hide driver behind #ifdef and enable it in config_params.sh
- add a new config parameter to specify the test input file
- add aux files: additional config files that cancel out any binds
that may be present in RA config, autoconfig profile for
test joypads, test input file that matches controller test
sequence
* Fixes and comments for test input driver.
2024-03-18 12:07:36 -07:00
zoltanvb
99aadc8651
Input test function for Remote RetroPad ( #16357 )
...
Add input test capability for Remote Retropad core:
- read an .ratst file (JSON format) with test steps
- display instruction (via libretro SET_MESSAGE)
- highlight input to be activated
- display summary when test is finished
2024-03-15 23:59:56 -07:00
zoltanvb
c5c17dac46
Remote retropad display update ( #16342 )
...
Refine the display for Remote RetroPad, as a preparation for
using it as a test tool:
- added display for analog axes
- all inputs that were hit at least once, receive a light green color
- removed useless extra button (could never be sent)
2024-03-09 22:48:57 -08:00
orbea
28ff4b391a
Clean up white space.
2019-02-03 16:00:50 -08:00
orbea
e062b98088
Remove trailing blank lines.
...
find . -type f -exec sed -i '${/^[[:space:]]*$/d;}' {} \+
2019-01-17 19:39:38 -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
twinaphex
b11620e1eb
Add retro_timers.h/retro_math.h
2017-06-28 04:41:38 +02:00
Alcaro
fcb17d91d9
warning: comparison between signed and unsigned integer expressions
2017-01-02 02:23:30 +01:00
Twinaphex
3900d433f8
Cleanups
2016-09-29 05:49:10 +02:00
twinaphex
27ee26b331
(net retropad core) cleanup
2016-09-29 04:38:56 +02:00
twinaphex
313c091f31
(net retropad core) Cleanup
2016-09-29 04:36:48 +02:00
twinaphex
091aa7d8a6
(net retropad core) Cleanups
2016-09-29 04:35:39 +02:00
twinaphex
01dc5507fe
Fix warning
2016-08-27 02:21:43 +02:00
Alcaro
ba6796b98f
Kill some warnings
2016-08-26 18:33:03 +02:00
twinaphex
6f605e2df5
CXX_BUILD buildfix
2016-08-01 22:16:00 +02:00
Sebastien Ronsse
bdbebedd12
net retropad core: Fix R3 button display
2016-07-27 23:53:38 +10:00
twinaphex
389f6579d9
Revert "RetroPad core - R3 key didn't work before"
...
This reverts commit a483f276e4
.
2016-07-27 13:23:16 +02:00
twinaphex
a483f276e4
RetroPad core - R3 key didn't work before
2016-07-27 12:25:58 +02:00
Sebastien Ronsse
a778d878ff
net retropad core: Add analog device processing
2016-07-27 20:15:49 +10:00
Sebastien Ronsse
a8ff6150f9
net retropad core: Update data processing to be more generic
2016-07-27 17:42:55 +10:00
twinaphex
4587282781
Prevent collissions
2016-07-24 23:58:06 +02:00
twinaphex
5c453c4454
(Net RetroPad) Cleanups
2016-07-24 23:48:39 +02:00
twinaphex
d8d54a15d4
Add L2 / R2
2016-07-24 23:48:06 +02:00
Andre Leiradella
ea6b65a7d6
fixed line ending
2016-07-24 20:45:23 +01:00
Andre Leiradella
31b5e9eb4d
added a retropad image showing the button status
2016-07-24 20:39:17 +01:00
radius
a1cf6f29f4
fix map and remove stray printf
2016-06-29 12:23:26 -05:00
radius
24ec6928dc
sleep for 4ms
2016-06-29 12:23:25 -05:00
radius
88784aa702
retropad cleanups and avoid sending 0s
2016-06-29 02:06:09 -05:00
twinaphex
8d7540c449
Move some variables around
2016-06-29 07:12:54 +02:00
twinaphex
7e55d0da17
(Net retropad) Prefix core option nams
2016-06-29 06:47:42 +02:00
twinaphex
417f3afdb0
retropad_update_input returns a value instead - get rid
...
of static global
2016-06-29 06:34:16 +02:00
twinaphex
52b7a95a2b
C89_BUILD fixes
2016-06-07 00:03:07 +02:00
twinaphex
1d632e26fe
Add missing file
2016-05-26 20:52:27 +02:00
twinaphex
584ec83840
Start adding internal network retropad core hooks
2016-05-26 19:43:15 +02:00