mirror of
https://github.com/libretro/mgba.git
synced 2025-03-03 04:56:22 +00:00
Wii: Account for overscan
This commit is contained in:
parent
83d5ee5a97
commit
3d14cd0b5b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user