240p menu for CRT

This commit is contained in:
alphanu1 2018-05-25 10:57:32 +01:00 committed by GitHub
parent a002297f37
commit e6b2f5a734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,9 +93,9 @@ static void crt_screen_setup_aspect(unsigned width, unsigned height)
{ {
/* detect menu only */ /* detect menu only */
if (width < 1920) if (width < 1920)
width = 704; width = 320;
height = 480; height = 240;
crt_aspect_ratio_switch(width, height); crt_aspect_ratio_switch(width, height);
} }