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

Changes

Jump to navigation Jump to search
145 bytes added ,  19:04, 20 January 2015
m
no edit summary
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 ===
295

edits

Navigation menu