This commit is contained in:
Themaister 2011-11-13 17:10:21 +01:00
parent 776b0a1e2d
commit 17cf0985c5

View File

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