In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
237 bytes added ,  05:32, 9 June 2009
no edit summary
Line 26: Line 26:  
== Tutorial ==
 
== Tutorial ==
 
A simple but currently incomplete tutorial can be found [[SDL Wii/tutorial|here]]. Made by [[User:GabberNL|GabberNL]].
 
A simple but currently incomplete tutorial can be found [[SDL Wii/tutorial|here]]. Made by [[User:GabberNL|GabberNL]].
 +
 +
== Tips ==
 +
 +
SDL Wii's video output uses GX, so you might want to disable the console output you see at bootup:
 +
 +
extern const devoptab_t dotab_stdnull;
 +
devoptab_list[STD_OUT] = &dotab_stdnull;
 +
devoptab_list[STD_ERR] = &dotab_stdnull;
    
== Using SDL ==
 
== Using SDL ==
oversight, Administrators
2,080

edits

Navigation menu