Change menu detection width

This commit is contained in:
alphanu1 2019-02-12 16:10:23 +00:00
parent 8259bc33ac
commit 305a15f056

View File

@ -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;