mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
res fix
This commit is contained in:
parent
11374ddf12
commit
8584e27a81
@ -145,11 +145,6 @@ 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…
x
Reference in New Issue
Block a user