From e1878a631c7bb2e70507bf3852b6feac1612fa49 Mon Sep 17 00:00:00 2001 From: couriersud Date: Tue, 27 Jan 2015 22:35:09 +0100 Subject: [PATCH] Amended comment about prescale. (nw) --- src/osd/sdl/video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;