Black screen fix
This commit is contained in:
parent
05cf6fa114
commit
7c50550fc3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue