Line 44:
Line 44:
SDL Wii supports 640X480 and 320X240 framebuffer resolution. The default bitdepth is 16 with RGB565 color space but better immage quality can be obtained with 24 bits (i.e. using SDL_SetVideoMode(width, height, 24, flags)).
SDL Wii supports 640X480 and 320X240 framebuffer resolution. The default bitdepth is 16 with RGB565 color space but better immage quality can be obtained with 24 bits (i.e. using SDL_SetVideoMode(width, height, 24, flags)).
+
+
Power buttons are handled by SDL. Power switches off the Wii. Reset returns to Homebrew channel.
+
+
The library also inits the Wii video console.
=== SDL joystick mapping ===
=== SDL joystick mapping ===