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 ==