Closed GoogleCodeExporter closed 9 years ago
I meant in 576i mode. 480p works fine
Original comment by olimpier...@gmail.com
on 11 Aug 2012 at 12:51
As an alternative (maybe this is a better solution to respect the aspect ratio )
it is possible to change
mode_640.h = vmode->xfbHeight;
into
mode_640.h = vmode->efbHeight;
In WII_VideoInit
Original comment by olimpier...@gmail.com
on 11 Aug 2012 at 1:41
ok, I've changed it to mode_640.h = vmode->efbHeight;
Original comment by dborth@gmail.com
on 12 Aug 2012 at 6:43
Original issue reported on code.google.com by
olimpier...@gmail.com
on 11 Aug 2012 at 12:37