Wii: Account for overscan

This commit is contained in:
Jeffrey Pfau 2015-08-21 00:58:12 -07:00
parent 83d5ee5a97
commit 3d14cd0b5b
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ int main() {
}
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) {