orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08:00 |
|
twinaphex
|
4b0b4e727b
|
Cleanups
|
2019-01-31 15:24:21 +01: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
|
f48ffb9aac
|
Open RetroArch Menu Long Pressing Start button
|
2019-01-07 01:38:48 +01:00 |
|
twinaphex
|
24ef966ca3
|
(PS2 audio) Style nit changes
|
2019-01-03 13:26:45 +01:00 |
|
Francisco Javier Trujillo Mata
|
56207bd08e
|
Improvement in:
* Makefile.ps2
* ps2_gfx
* ps2_platform
* ps2_audio
|
2019-01-03 13:16:28 +01:00 |
|
Francisco Javier Trujillo Mata
|
e2ca8aa1b5
|
Apply NTCS mode
|
2019-01-03 13:16:28 +01:00 |
|
Francisco Javier Trujillo Mata
|
1591bc2db2
|
Create Audio Driver from PS2
|
2019-01-03 13:16:27 +01:00 |
|