mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Merge pull request #3446 from hizzlekizzle/patch-1
make 1:1 PAR option more descriptive
This commit is contained in:
commit
f0fd839760
@ -1457,7 +1457,7 @@ void video_driver_set_viewport_square_pixel(void)
|
||||
|
||||
snprintf(aspectratio_lut[ASPECT_RATIO_SQUARE].name,
|
||||
sizeof(aspectratio_lut[ASPECT_RATIO_SQUARE].name),
|
||||
"%u:%u (1:1 PAR)", aspect_x, aspect_y);
|
||||
"1:1 PAR (%u:%u DAR))", aspect_x, aspect_y);
|
||||
|
||||
aspectratio_lut[ASPECT_RATIO_SQUARE].value = (float)aspect_x / aspect_y;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user