mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Porch adjust to fix aspect
This commit is contained in:
parent
0ecd571d0f
commit
a98ce80df0
@ -133,7 +133,7 @@ static bool x11_set_resolution(void *data,
|
||||
|
||||
crt_en = true;
|
||||
|
||||
hsp = width*1.10;
|
||||
hsp = width*1.16;
|
||||
|
||||
/* set core refresh from hz */
|
||||
video_monitor_set_refresh_rate(hz);
|
||||
@ -141,7 +141,7 @@ static bool x11_set_resolution(void *data,
|
||||
/* following code is the mode line genorator */
|
||||
|
||||
hfp = width+8;
|
||||
hbp = width*1.23;
|
||||
hbp = width*1.32;
|
||||
hmax = hbp;
|
||||
|
||||
if (height < 241)
|
||||
|
Loading…
x
Reference in New Issue
Block a user