mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
(GX) Added 608x240 for handheld cores with square pixels
This commit is contained in:
parent
2e61bafb1e
commit
2a79810b05
@ -63,6 +63,7 @@ enum
|
||||
GX_RESOLUTIONS_384_240,
|
||||
GX_RESOLUTIONS_512_240,
|
||||
GX_RESOLUTIONS_530_240,
|
||||
GX_RESOLUTIONS_608_240,
|
||||
GX_RESOLUTIONS_640_240,
|
||||
GX_RESOLUTIONS_512_384,
|
||||
GX_RESOLUTIONS_598_400,
|
||||
@ -105,6 +106,7 @@ unsigned menu_gx_resolutions[GX_RESOLUTIONS_LAST][2] = {
|
||||
{ 384, 240 },
|
||||
{ 512, 240 },
|
||||
{ 530, 240 },
|
||||
{ 608, 240 },
|
||||
{ 640, 240 },
|
||||
{ 512, 384 },
|
||||
{ 598, 400 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user