mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Merge pull request #73 from alphanu1/alphanu1-patch-69
240p menu for CRT
This commit is contained in:
commit
31919e9a61
@ -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…
x
Reference in New Issue
Block a user