213 Commits

Author SHA1 Message Date
Cthulhu-throwaway 17b7b1322e (Netplay) Some cleaning 2022-05-30 22:02:24 -03:00
jdgleaver 42848bc4d7 Add Wii build to .gitlab-ci.yml 2020-12-04 11:01:34 +00:00
twinaphex afb2a4abbf (Wii) Style nits 2020-02-14 17:43:58 +01:00
benoa 744fac6777 Wii: Add wiimote lightgun support 2019-09-15 00:46:02 +02:00
orbea 28ff4b391a Clean up white space. 2019-02-03 16:00:50 -08:00
orbea e062b98088 Remove trailing blank lines.
find . -type f -exec sed -i '${/^[[:space:]]*$/d;}' {} \+
2019-01-17 19:39:38 -08: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
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 2bce8b10e3 Update 2017-08-20 00:54:39 +02:00
twinaphex 2b49669898 Update Makefile.libogc 2017-08-20 00:50:04 +02:00
twinaphex 06ab96c622 (libogc) Exclude unused dvd file to shave off a tiny bit of memory 2017-08-19 23:37:58 +02:00
twinaphex 7ca508d516 Small cleanups to Makefile.libogc 2017-08-19 23:28:38 +02:00
twinaphex 7156de52c4 Add Makefile.libogc 2017-08-19 23:20:54 +02:00
twinaphex 6de19a1d6c Add library files 2017-08-19 09:08:10 +02:00
twinaphex de638b66b5 (GX) Start adding internal libogc 2017-08-19 08:46:04 +02:00
twinaphex 61473d8f15 Start adding hooks for internal libogc 2017-08-19 08:31:02 +02:00
twinaphex 83c328d539 (wii/app_booter) Style nits 2015-09-21 19:28:20 +02:00
twinaphex 365f501b2a (wii buildfix) Have to move app_booter files back 2015-09-20 19:14:13 +02:00
twinaphex 024a6776de Move wii/app_booter to boostrap/wii 2015-09-20 15:19:16 +02:00
twinaphex 10ec315a43 Downsize wii/app_booter 2015-09-20 15:17:12 +02:00
twinaphex dfeefc0e16 Rename and move vi_encoder.c 2015-09-20 15:05:30 +02:00
twinaphex 07f5d2e399 (Wii) Buildfixes 2015-09-20 15:03:49 +02:00
twinaphex a7f78a8d88 move some files around - create memory/ subdir 2015-09-20 14:54:41 +02:00
twinaphex 32639fddec Header nits 2015-09-16 08:27:05 +02:00
twinaphex a1e80026c0 Start creating global 'pkg' dir and create vita-cores.sh 2015-08-31 21:04:00 +02:00