We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164f75a commit 3c912b3Copy full SHA for 3c912b3
1 file changed
src/video/ogc/SDL_ogcvideo.c
@@ -343,6 +343,11 @@ int OGC_VideoInit(_THIS)
343
344
GX_Flush();
345
346
+ #ifdef __wii__
347
+ if(CONF_GetAspectRatio() == CONF_ASPECT_16_9)
348
+ init_display_mode(&mode, vmode, 854);
349
+ else
350
+ #endif
351
init_display_mode(&mode, vmode, vmode->fbWidth);
352
if (SDL_AddBasicVideoDisplay(&mode) < 0) {
353
return -1;
0 commit comments