1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 08:48:42 +00:00
RetroArch/wiiu
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
..
fs Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
include Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
slang Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
system Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
wut/elf2rpl WiiU: C89 style comments 2018-01-06 09:44:03 -03:00
gx2_shader_inl.h Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
hbl.c Fix disabled HID code, add defensive programming 2018-01-18 19:57:19 -08:00
hbl.h Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
link_elf.ld [WiiU] Rewrite exception handler 2017-08-04 21:30:49 +10:00
link_rpl.ld [WiiU] Rewrite exception handler 2017-08-04 21:30:49 +10:00
link.ld (WIIU) misc. 2016-11-02 22:06:15 +01:00
main.c Updates from PR feedback (ty @aliaspider) 2018-06-07 21:16:49 -07:00
net_listen.sh wiiu: small cleanup 2018-10-10 11:38:03 -07:00
net_send.sh (WiiU) fix wiiload script. 2016-11-10 08:32:45 +01:00
run.sh (WIIU) fix net logger. 2018-01-04 17:21:16 +01:00
shader_utils.c Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
shader_utils.h Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
wiiu_dbg.h WIIU: cleanup and build-out of wiiu bootstrap code 2018-06-05 00:06:40 -07:00