mirror of https://github.com/mgba-emu/mgba.git
Wii: Account for overscan
This commit is contained in:
parent
83d5ee5a97
commit
3d14cd0b5b
|
@ -173,7 +173,7 @@ int main() {
|
||||||
}
|
}
|
||||||
GBAContextStart(&context);
|
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);
|
GX_LoadProjectionMtx(proj, GX_ORTHOGRAPHIC);
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
|
|
Loading…
Reference in New Issue