Can now force window aspect ratio to 4:3.

This commit is contained in:
SarahW 2017-05-02 16:08:17 +01:00
commit e87a362f1f
6 changed files with 72 additions and 0 deletions

View file

@ -156,6 +156,7 @@ int video_get_video_from_internal_name(char *s)
}
int video_fullscreen = 0, video_fullscreen_scale, video_fullscreen_first;
int video_force_aspect_ration = 0;
uint32_t *video_15to32, *video_16to32;
int egareads=0,egawrites=0;