Merge pull request #69 from alphanu1/alphanu1-patch-65
240p menu for CRT
This commit is contained in:
commit
0ecd571d0f
|
@ -93,9 +93,9 @@ static void crt_screen_setup_aspect(unsigned width, unsigned height)
|
|||
{
|
||||
/* detect menu only */
|
||||
if (width < 1920)
|
||||
width = 704;
|
||||
width = 320;
|
||||
|
||||
height = 480;
|
||||
height = 240;
|
||||
|
||||
crt_aspect_ratio_switch(width, height);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue