diff options
Diffstat (limited to 'src/osd/sdl/video.h')
-rw-r--r-- | src/osd/sdl/video.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/osd/sdl/video.h b/src/osd/sdl/video.h index b6350c65a34..1e3b7492d42 100644 --- a/src/osd/sdl/video.h +++ b/src/osd/sdl/video.h @@ -94,10 +94,10 @@ struct _sdl_video_config int novideo; // don't draw, for pure CPU benchmarking // global configuration - int windowed; // start windowed? + int windowed; // start windowed? int prescale; // prescale factor (not currently supported) - int keepaspect; // keep aspect ratio? - int numscreens; // number of screens + int keepaspect; // keep aspect ratio? + int numscreens; // number of screens int centerh; int centerv; @@ -136,7 +136,7 @@ struct _sdl_video_config // X11 options int restrictonemonitor; // in fullscreen, confine to Xinerama monitor 0 - // YUV options + // YUV options int scale_mode; }; |