diff --git a/src/osd/sdl/video.h b/src/osd/sdl/video.h index 195fd878f83..3588776e740 100644 --- a/src/osd/sdl/video.h +++ b/src/osd/sdl/video.h @@ -91,7 +91,7 @@ struct sdl_video_config // global configuration int windowed; // start windowed? - int prescale; // prescale factor (not currently supported) + int prescale; // prescale factor (supported by accel driver) int keepaspect; // keep aspect ratio? int numscreens; // number of screens int centerh;