mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Merge pull request #54 from alphanu1/alphanu1-patch-52
Linux resolution improvements for CRT
This commit is contained in:
commit
11374ddf12
@ -145,6 +145,11 @@ static void crt_screen_setup_aspect(unsigned width, unsigned height)
|
|||||||
crt_aspect_ratio_switch(width, height);
|
crt_aspect_ratio_switch(width, height);
|
||||||
height = 254;
|
height = 254;
|
||||||
}
|
}
|
||||||
|
if (width < 300)
|
||||||
|
{
|
||||||
|
width = width*2;
|
||||||
|
crt_aspect_ratio_switch(width, height);
|
||||||
|
{
|
||||||
|
|
||||||
switch_res_crt(width, height);
|
switch_res_crt(width, height);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user