Initialize geometry.aspect_ratio

This commit is contained in:
twinaphex 2012-11-20 16:46:16 +01:00
parent 71c84e3024
commit 6012f2f765

View File

@ -793,6 +793,7 @@ static void retro_set_viewport_dimensions(void)
}
#endif
geom.aspect_ratio = 4.0 / 3.0;
geom.base_width = vwidth;
geom.base_height = vheight;
geom.max_width = 1024;