mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
fixes
This commit is contained in:
parent
c1e6de96a6
commit
4328c075e8
@ -232,13 +232,6 @@ static bool x11_set_resolution(void *data,
|
|||||||
}
|
}
|
||||||
/* above code is the modeline genorator */
|
/* above code is the modeline genorator */
|
||||||
|
|
||||||
/* create progressive newmode from modline variables */
|
|
||||||
if (height < 300)
|
|
||||||
{
|
|
||||||
sprintf(xrandr,"xrandr --newmode \"%dx%d_%0.2f\" %lf %d %d %d %d %d %d %d %d -hsync -vsync", width, height, hz, pixel_clock, width, hfp, hsp, hbp, height, vfp, vsp, vbp);
|
|
||||||
system(xrandr);
|
|
||||||
|
|
||||||
}
|
|
||||||
/* create interlaced newmode from modline variables */
|
/* create interlaced newmode from modline variables */
|
||||||
if (height < 300)
|
if (height < 300)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user