SDL for Wii (Note: Originally a fork of https://github.com/dborth/sdl-wii)
This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
dborth 379044f0e1 UpdateRect support and 32 bpp support (thanks brijohn!)
slight performance decrease on FlipHWSurface :(
2009-07-23 06:25:50 +00:00
SDL UpdateRect support and 32 bpp support (thanks brijohn!) 2009-07-23 06:25:50 +00:00
SDL_gfx switch to -O3 2009-06-03 04:58:24 +00:00
SDL_image switch to -O3 2009-06-03 04:58:24 +00:00
SDL_mixer switch to -O3 2009-06-03 04:58:24 +00:00
SDL_net switch to -O3 2009-06-03 04:58:24 +00:00
SDL_ttf switch to -O3 2009-06-03 04:58:24 +00:00
Makefile add global makefile :) 2009-06-03 22:30:46 +00:00
readme.txt rewrite video system to use GX 2009-04-28 21:34:53 +00:00

Port of SDL for the Nintendo Wii
http://code.google.com/p/sdl-wii/

This port uses the devKitPro toolchain, available from:
http://www.devkitpro.org

Credits

Original GameCube port						www.devkitpro.org
Ported to Wii								Mindcry (http://mindcry.cpl.de/wii/)
Many fixes (threading, audio, etc)			Yohanes Nugroho (http://tinyhack.com)
Renamed to Wii, update to SDL SVN			David Hudson (http://cs-sdl.sourceforge.net)
Audio + Video (using GX) systems rewrite	Tantric