1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 08:48:42 +00:00
RetroArch/ctr
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
..
exec-3dsx Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
3dsx_custom_crt0.s nit. 2016-01-15 22:35:00 +01:00
3dsx_custom.specs - add more heuristics to try to clean up the corrupted argv when using 2016-01-15 22:30:12 +01:00
ctr_debug.h (3DS) wrap texture coordinate swizzeling in a function. 2016-10-10 22:22:08 +01:00
ctr_linear.cpp Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
ctr_memory.c (ctr) style nits 2016-09-20 02:09:06 +02:00
ctr_svchax.c Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
ctr_system.c Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
gpu_old.c Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
gpu_old.h (CTR) build fix. 2017-12-25 08:51:50 +01:00