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
2009-05-08 16:33:32 +00:00
SDL fix compiler warning 2009-05-08 16:33:32 +00:00
SDL_gfx makefile corrections 2009-05-08 08:37:17 +00:00
SDL_image makefile corrections 2009-05-08 08:37:17 +00:00
SDL_mixer makefile corrections 2009-05-08 08:37:17 +00:00
SDL_net makefile corrections 2009-05-08 08:37:17 +00:00
SDL_ttf makefile corrections 2009-05-08 08:37:17 +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