mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 03:40:59 +00:00
(libretro-test-gl) Add missing 512x512 resolution
This commit is contained in:
parent
5fb8594215
commit
02dce2632b
@ -333,6 +333,11 @@ static void update_variables(void)
|
||||
width = 512;
|
||||
height = 384;
|
||||
}
|
||||
else if (strcmp(var.value, "512x512") == 0)
|
||||
{
|
||||
width = 512;
|
||||
height = 512;
|
||||
}
|
||||
else if (strcmp(var.value, "640x240") == 0)
|
||||
{
|
||||
width = 640;
|
||||
|
Loading…
x
Reference in New Issue
Block a user