From 17cf0985c57941f6a818de416aa2924b5bc3c37c Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 13 Nov 2011 17:10:21 +0100 Subject: [PATCH] Typo. --- gfx/ext/ssnes_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/ext/ssnes_video.h b/gfx/ext/ssnes_video.h index 4c49b173dc..548d752479 100644 --- a/gfx/ext/ssnes_video.h +++ b/gfx/ext/ssnes_video.h @@ -81,7 +81,7 @@ typedef struct ssnes_video_info // input_scale defines the maximum size of the picture that will // ever be used with the frame callback. - // The maximum resolution is a multiple of 256x256 size (SSNES_SCALE_BASE), + // The maximum resolution is a multiple of 256x256 size (SSNES_INPUT_SCALE_BASE), // so an input scale of 2 // means you should allocate a texture or of 512x512. unsigned input_scale;