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)
|
||||
{
|
||||
/* detect menu only */
|
||||
if (width < 1920)
|
||||
if (width < 700)
|
||||
width = 320;
|
||||
|
||||
height = 240;
|
||||
|
|
Loading…
Reference in New Issue