mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +00:00
Add TODO note to driver.h
This commit is contained in:
parent
458eff5f4d
commit
40186be4cc
7
driver.h
7
driver.h
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user