Commit graph

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
twinaphex 589b92cc99 (Wii) Bump up to version 1.2.2 2015-07-19 11:50:27 +02:00
twinaphex b3a66c9e7f Some manifest cleanups 2015-07-15 12:24:25 +02:00
Toad King c50402ed12 update meta.xml 2015-07-04 15:09:42 -05:00
twinaphex 4174fc48a2 (GX) Remove vi_encoder.h 2015-04-02 19:25:52 +02:00
twinaphex 84e9f2fa7d Use retro_inline throughout 2015-03-15 04:52:46 +01:00
Andrés 28b67d927e bump up version number 2015-03-08 13:28:05 -05:00
twinaphex a33016d457 Renamed libretro-sdk to libretro-common 2015-02-19 00:04:03 +01:00
twinaphex b9ab7a545d Move psp and gx drivers to gfx/drivers 2015-01-12 06:55:31 +01:00
twinaphex 05c8bb5609 (Libretro SDK) Add crt/include/string.h 2014-10-25 06:52:47 +02:00
twinaphex 753f27c67c Start moving string.c to libretro-sdk/crt 2014-10-25 06:14:24 +02:00
twinaphex 9717359e6d (GX) Cleanups 2014-10-22 06:11:00 +02:00
twinaphex 13778b314b (GX) Cleanups 2014-10-22 06:07:27 +02:00
twinaphex 4c893afdcc (GX) Cleanups 2014-10-22 05:50:34 +02:00
twinaphex 11866d42f8 Cleanups 2014-09-15 06:43:50 +02:00
twinaphex 4a17a7b832 (GX) Build fix 2014-08-15 21:08:56 +02:00
twinaphex 7a7fffc7d8 (GX) Make input driver more generic 2014-06-04 06:22:29 +02:00
twinaphex 320b9b8745 (Wii) Bump up version 2014-03-10 03:39:19 +01:00
twinaphex 6a4cfc7271 (GX) Get rid of warnings while compiling Wii/NGC versions 2014-02-19 18:07:47 +01:00
Toad King 8d588402af [WII] version bump 2014-01-12 15:15:42 -05:00
twinaphex f7b823df7f (Wii) Update icon/meta description 2014-01-08 13:08:40 +01:00
twinaphex 54f0fb5319 (Wii) Bump up version 2014-01-04 22:52:26 +01:00
twinaphex ea0c488055 Bump up version to 0.9.9.7 2013-12-13 01:14:08 +01:00
twinaphex 51187ebbc2 Bump version to 0.9.9 official 2013-05-27 01:28:32 +02:00
Themaister ad713d3bb1 Update to 0.9.9-wip3. 2013-05-08 01:13:29 +02:00
Themaister 12bb089f63 Update to 0.9.9-wip2. 2013-05-01 12:50:40 +02:00