mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 01:21:47 +00:00
Fix screen position for CRT user
This commit is contained in:
parent
896ac3c89f
commit
7dab5b9ae3
@ -103,7 +103,7 @@ static bool x11_set_resolution(void *data,
|
|||||||
|
|
||||||
crt_en = true;
|
crt_en = true;
|
||||||
|
|
||||||
hsp = width*1.12;
|
hsp = width*1.14;
|
||||||
|
|
||||||
/* set core refresh from hz */
|
/* set core refresh from hz */
|
||||||
video_monitor_set_refresh_rate(hz);
|
video_monitor_set_refresh_rate(hz);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user