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-06-11 17:51:32 +00:00
SDL add mutex lock 2009-06-11 17:51:32 +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