1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-01 07:13:35 +00:00

Update dispserv_x11.c

This commit is contained in:
alphanu1 2019-02-12 22:06:50 +00:00
parent 45dae75333
commit 45a2b5d9b3

@ -187,7 +187,7 @@ static bool x11_display_server_set_resolution(void *data,
hfp = width * 1.055;
hbp = width * roundw - 8;
}else {
hfp = (width * 1.055)+8;
hfp = (width * 1.055) + (width / 48);
hbp = (width * roundw) + (width /16);
xoffset = xoffset*2;
}