Black screen fix

This commit is contained in:
alphanu1 2018-05-25 12:26:11 +01:00 committed by GitHub
parent 05cf6fa114
commit 7c50550fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -109,11 +109,6 @@ static bool x11_set_resolution(void *data,
video_monitor_set_refresh_rate(hz);
/* following code is the mode line genorator */
if (width < 300)
{
width = width*2;
crt_aspect_ratio_switch(width, height);
}
hfp = width+8;
hbp = width*1.32;