mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +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 vsync;
|
||||
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;
|
||||
#endif
|
||||
bool vfilter;
|
||||
bool smooth;
|
||||
/* Maximum input size: RARCH_SCALE_BASE * input_scale */
|
||||
|
Loading…
x
Reference in New Issue
Block a user