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] =
{
"Normal",
"Vertical",
"Flipped",
"Flipped Rotated"
"90 deg",
"180 deg",
"270 deg"
};
void gfx_set_square_pixel_viewport(unsigned width, unsigned height)