This commit is contained in:
alphanu1 2018-05-01 20:32:34 +01:00 committed by GitHub
parent 11374ddf12
commit 8584e27a81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,11 +145,6 @@ static void crt_screen_setup_aspect(unsigned width, unsigned height)
crt_aspect_ratio_switch(width, height);
height = 254;
}
if (width < 300)
{
width = width*2;
crt_aspect_ratio_switch(width, height);
{
switch_res_crt(width, height);
}