mirror of
https://github.com/libretro/RetroArch
synced 2025-01-18 04:12:07 +00:00
Fix incorrect menu sizing for CRT
This commit is contained in:
parent
896ac3c89f
commit
c3beeb3ca9
@ -93,10 +93,9 @@ static void crt_screen_setup_aspect(unsigned width, unsigned height)
|
||||
{
|
||||
/* detect menu only */
|
||||
if (width < 1920)
|
||||
{
|
||||
width = 704;
|
||||
height = 480;
|
||||
}
|
||||
|
||||
height = 480;
|
||||
|
||||
crt_aspect_ratio_switch(width, height);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user