Wii: Account for overscan
Jeffrey Pfau jeffrey@endrift.com
Fri, 21 Aug 2015 00:58:12 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/wii/main.c
→
src/platform/wii/main.c
@@ -173,7 +173,7 @@ return 1;
} GBAContextStart(&context); - guOrtho(proj, 0, VIDEO_VERTICAL_PIXELS, 0, VIDEO_HORIZONTAL_PIXELS, 0, 300); + guOrtho(proj, -10, VIDEO_VERTICAL_PIXELS + 10, 0, VIDEO_HORIZONTAL_PIXELS, 0, 300); GX_LoadProjectionMtx(proj, GX_ORTHOGRAPHIC); while (true) {