mirror of
https://github.com/libretro/RetroArch
synced 2025-03-04 16:13:50 +00:00
Merge pull request #51 from alphanu1/alphanu1-patch-51
Better startup resolution for CRT
This commit is contained in:
commit
dcb7dd12c8
@ -93,8 +93,8 @@ static void crt_screen_setup_aspect(unsigned width, unsigned height)
|
|||||||
{
|
{
|
||||||
/* detect menu only */
|
/* detect menu only */
|
||||||
if (width < 1920)
|
if (width < 1920)
|
||||||
width = 640;
|
width = 704;
|
||||||
height = 480;
|
height = 480;
|
||||||
crt_aspect_ratio_switch(width, height);
|
crt_aspect_ratio_switch(width, height);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user