Make 16bpp the default mode
This commit is contained in:
parent
3b4c232b4d
commit
0533c60e56
|
@ -237,8 +237,8 @@ int WII_VideoInit(_THIS, SDL_PixelFormat *vformat)
|
|||
mode_320.h = mode_640.h / 2;
|
||||
|
||||
// Set the current format.
|
||||
vformat->BitsPerPixel = 8;
|
||||
vformat->BytesPerPixel = 1;
|
||||
vformat->BitsPerPixel = 16;
|
||||
vformat->BytesPerPixel = 2;
|
||||
|
||||
this->hidden->buffer = NULL;
|
||||
this->hidden->width = 0;
|
||||
|
|
Reference in a new issue