mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 10:40:39 +00:00
Linux resolution improvements for CRT
This commit is contained in:
parent
ab6acd1115
commit
11b0fe2a97
@ -145,6 +145,11 @@ static void crt_screen_setup_aspect(unsigned width, unsigned height)
|
||||
crt_aspect_ratio_switch(width, height);
|
||||
height = 254;
|
||||
}
|
||||
if (width < 300)
|
||||
{
|
||||
width = width*2;
|
||||
crt_aspect_ratio_switch(width, height);
|
||||
{
|
||||
|
||||
switch_res_crt(width, height);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user