mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Change menu detection width
This commit is contained in:
parent
8259bc33ac
commit
305a15f056
@ -119,7 +119,7 @@ static void crt_screen_setup_aspect(unsigned width, unsigned height)
|
|||||||
if (height == 4)
|
if (height == 4)
|
||||||
{
|
{
|
||||||
/* detect menu only */
|
/* detect menu only */
|
||||||
if (width < 1920)
|
if (width < 700)
|
||||||
width = 320;
|
width = 320;
|
||||||
|
|
||||||
height = 240;
|
height = 240;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user