RetroArch/tools
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
..
com-parser Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
ps3/ps3py Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
ranetplayer Adjustments to make ranetplayer work with the new protocol. 2018-01-05 14:27:02 -05:00
cg2glsl.py (tools/cg2glsl.py) Write uniform declarations for fragment shaders. 2016-03-05 12:49:21 +01:00
gas-preprocessor.pl Add gas-preprocessor.pl to tools/ 2014-04-17 21:15:05 +02:00
vulkan_loader_generator.py Vulkan: Make a more general purpose symbol loader. 2016-06-26 13:10:58 +02:00