mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Update dispserv_x11.c
This commit is contained in:
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user