Fixup comment.

This commit is contained in:
Themaister 2012-01-17 23:49:03 +01:00
parent d109c22b49
commit 5edf67bba8

View File

@ -84,7 +84,7 @@ typedef struct video_info
bool vsync; bool vsync;
bool force_aspect; bool force_aspect;
bool smooth; bool smooth;
int input_scale; // HQ2X => 2, HQ4X => 4, None => 1 unsigned input_scale; // Maximum input size: SSNES_SCALE_BASE * input_scale
bool rgb32; // Use 32-bit RGBA rather than native XBGR1555. bool rgb32; // Use 32-bit RGBA rather than native XBGR1555.
} video_info_t; } video_info_t;