all repos — mgba @ 3d14cd0b5b83a39123303a63e6739491c33829a9

mGBA Game Boy Advance Emulator

Wii: Account for overscan
Jeffrey Pfau jeffrey@endrift.com
Fri, 21 Aug 2015 00:58:12 -0700
commit

3d14cd0b5b83a39123303a63e6739491c33829a9

parent

83d5ee5a97bee61b89f0c430b81c041670ac8086

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/wii/main.csrc/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) {