libretroadmin
7ebab640d7
Cleanups/style nits
2023-02-23 13:15:14 +01:00
zoltanvb
f56cbd847d
LED driver for Linux /sys/class/leds ( #14981 )
...
New driver for controlling system LEDs offered via /sys/class/leds.
Currently it handles led0, led1 etc. type of entries, which are
present on e.g. Raspberry Pi's.
2023-02-14 23:00:35 +01:00
libretroadmin
01c3684b10
Cleanups - try to remove stdio.h include where possible
2023-01-21 22:25:38 +01:00
libretroadmin
8a3686df58
Revert "Header cleanups - don't include retroarch.h everywhere"
...
This reverts commit 0e3b478f8c .
2023-01-08 09:05:46 +01:00
libretroadmin
0e3b478f8c
Header cleanups - don't include retroarch.h everywhere
2023-01-08 08:56:57 +01:00
LibretroAdmin
0e5b2ff280
(LED drivers) Miscellaneous cleanups
2022-08-23 08:11:22 +02:00
LibretroAdmin
491cf7f2b4
Merge pull request #14010 from sonninnos/x11-led-keyboard
...
(X11) Add LED keyboard driver
2022-06-07 02:39:20 +01:00
Tony Jansson
a8cff31420
(X11) Add LED keyboard driver
2022-06-05 08:27:41 +03:00
sonninnos
38f258c504
(WIN32) LED keyboard driver cleanup
2022-06-05 08:26:49 +03:00
twinaphex
bfeffb2423
Fix local header path includes
2021-12-04 16:11:02 +01:00
Tony
09880e92d2
Logging cleanups ( #13320 )
2021-12-04 14:21:12 +01:00
sonninnos
054bf115ac
LED win32 keyboard driver cleanup
2021-01-02 05:46:04 +02:00
twinaphex
4bdd0ac697
Uniquely name static globals
2020-09-22 03:05:58 +02:00
twinaphex
2e79940ec5
Rename led_keyboard.c to led_win32_keyboard.c - add it to Griffin
...
- only include it for Win32 (no Xbox or UWP)
2020-09-21 22:01:26 +02:00
Tony Jansson
82a0f647ff
Keyboard LED driver
2020-09-21 17:25:11 +03:00
twinaphex
5166eebcaf
for loop cleanups - use space after 'for'
2020-08-19 03:06:22 +02:00
twinaphex
2ecb6e654e
Cleanups
2020-07-20 20:22:13 +02:00
twinaphex
3b2a3c1277
(led_driver) Take out settings_t dependency
...
(menu cbs sublabel) Add HAVE_MATERIALUI ifdefs
2020-02-14 14:05:35 +01:00
twinaphex
641662d77c
Remove led_null.c
2020-01-06 16:29:25 +01:00
twinaphex
2ad394148a
Revert "Remove led_null.c"
...
This reverts commit bef72a19d0 .
2020-01-06 16:22:11 +01:00
twinaphex
bef72a19d0
Remove led_null.c
2020-01-06 16:01:05 +01:00
twinaphex
ee3208ac39
Integrate video_driver.c into retroarch.c
2019-06-17 15:10:22 +02: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
orbea
58fa3bc940
Attempt to fix xcode8 travis build failure.
2019-01-06 22:47:03 -08:00