added viwidth stuff

This commit is contained in:
SuperrSonic 2014-08-10 16:45:55 -04:00
parent 08d95723a9
commit ba0fba655e
1 changed files with 1 additions and 0 deletions

View File

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