Shorten rotation names to avoid overflowing menu.

This commit is contained in:
Themaister 2013-04-21 18:25:30 +02:00
parent b40933ba3b
commit b92deddd40

View File

@ -208,9 +208,9 @@ struct aspect_ratio_elem aspectratio_lut[ASPECT_RATIO_END] = {
char rotation_lut[4][32] = char rotation_lut[4][32] =
{ {
"Normal", "Normal",
"Vertical", "90 deg",
"Flipped", "180 deg",
"Flipped Rotated" "270 deg"
}; };
void gfx_set_square_pixel_viewport(unsigned width, unsigned height) void gfx_set_square_pixel_viewport(unsigned width, unsigned height)