diff --git a/gfx/video_driver.c b/gfx/video_driver.c index 95d89858bb..2d5bfef23e 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -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; }