Add TODO note to driver.h

This commit is contained in:
twinaphex 2014-10-04 14:30:01 +02:00
parent 458eff5f4d
commit 40186be4cc

View File

@ -169,7 +169,14 @@ typedef struct video_info
bool fullscreen; bool fullscreen;
bool vsync; bool vsync;
bool force_aspect; bool force_aspect;
#ifdef GEKKO
/* TODO - we can't really have driver system-specific
* variables in here. There should be some
* kind of publicly accessible driver implementation
* video struct for specific things like this.
*/
unsigned viwidth; unsigned viwidth;
#endif
bool vfilter; bool vfilter;
bool smooth; bool smooth;
/* Maximum input size: RARCH_SCALE_BASE * input_scale */ /* Maximum input size: RARCH_SCALE_BASE * input_scale */