# HG changeset patch # User Matti Hamalainen # Date 1568884146 -10800 # Node ID 552146218aceb66f778a70e0547ccdcc5868d8e0 # Parent 0e355702435df43655ccd482da1db0c4f15da223 Comment adjustments. diff -r 0e355702435d -r 552146218ace tools/lib64gfx.h --- a/tools/lib64gfx.h Thu Sep 19 11:46:03 2019 +0300 +++ b/tools/lib64gfx.h Thu Sep 19 12:09:06 2019 +0300 @@ -195,7 +195,7 @@ typedef struct { int dither; // Dither mode (D64_DITH_*) - BOOL aspect; // Correct pixel aspect ratio? + BOOL aspect; // Render using pixel aspectX/aspectY DMPalette *pal; // Use this palette DMC64Palette *cpal; // If ^pal == NULL, use this C64 palette @@ -280,7 +280,7 @@ int mode, // Format mode/type flags, see D64_FMT_* width, height, // Width and height in pixels chWidth, chHeight, // Width and height in charblocks - aspectX, aspectY; // Pixel aspectX/Y + aspectX, aspectY; // Pixel aspectX/Y (x=2 for multicolor, y=1 always) int (*convertFrom)(DMImage *dst, const DMC64Image *src, const DMC64ImageConvSpec *spec); int (*convertTo)(DMC64Image *dst, const DMImage *src, const DMC64ImageFormat *fmt, const DMC64ImageConvSpec *spec);