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 |
|
Brad Parker
|
a5e52bd3c7
|
android: set preferred OS language on first start
|
2019-04-16 02:09:38 -04:00 |
|
Brad Parker
|
f6dc7f4f02
|
android: add option to vibrate on touch
|
2019-03-10 21:36:52 -04:00 |
|
Brad Parker
|
f5f492845f
|
add setting for screen orientation, with initial android implementation
|
2019-02-21 00:31:55 -05: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 |
|
Brad Parker
|
aa083d1e4c
|
android: add configurable setting for Sustained Performance Mode
|
2018-06-19 02:50:33 -04:00 |
|
Brad Parker
|
7176bb19ad
|
support powerstate/battery level in Android
|
2018-06-16 19:15:16 -04:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
twinaphex
|
6aa99ebb37
|
Take out <sys/cdefs.h>
|
2017-06-21 05:02:03 +02:00 |
|
twinaphex
|
f087419165
|
Rename platform_linux.c to platform_unix.c
|
2017-06-19 17:38:49 +02:00 |
|