SDL for Wii
(Note: Originally a fork of https://github.com/dborth/sdl-wii)
2df669c7b0
extern const devoptab_t dotab_stdnull; devoptab_list[STD_OUT] = &dotab_stdnull; devoptab_list[STD_ERR] = &dotab_stdnull; if you need to |
||
---|---|---|
SDL | ||
SDL_gfx | ||
SDL_image | ||
SDL_mixer | ||
SDL_net | ||
SDL_ttf | ||
smpeg | ||
Makefile | ||
readme.txt |
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