mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 01:45:08 +01:00
Initialize geometry.aspect_ratio
This commit is contained in:
parent
71c84e3024
commit
6012f2f765
@ -793,6 +793,7 @@ static void retro_set_viewport_dimensions(void)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
geom.aspect_ratio = 4.0 / 3.0;
|
||||||
geom.base_width = vwidth;
|
geom.base_width = vwidth;
|
||||||
geom.base_height = vheight;
|
geom.base_height = vheight;
|
||||||
geom.max_width = 1024;
|
geom.max_width = 1024;
|
||||||
|
Loading…
Reference in New Issue
Block a user