added viwidth stuff

This commit is contained in:
SuperrSonic 2014-08-10 16:45:55 -04:00
parent 08d95723a9
commit ba0fba655e

View File

@ -189,6 +189,7 @@ typedef struct video_info
bool fullscreen;
bool vsync;
bool force_aspect;
unsigned viwidth;
bool smooth;
unsigned input_scale; // Maximum input size: RARCH_SCALE_BASE * input_scale
bool rgb32; // Use 32-bit RGBA rather than native XBGR1555.