From 40186be4cc9b1e9757a677d805ea4df6093f5a82 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 4 Oct 2014 14:30:01 +0200 Subject: [PATCH] Add TODO note to driver.h --- driver.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/driver.h b/driver.h index 6eb40dad68..05252bd8c1 100644 --- a/driver.h +++ b/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 */