Amended comment about prescale. (nw)

This commit is contained in:
couriersud 2015-01-27 22:35:09 +01:00
parent 88d592679d
commit e1878a631c

View File

@ -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;