From ffb144a87e8956fbb30db6c603f6fd58ddedfd97 Mon Sep 17 00:00:00 2001 From: sezero Date: Sun, 19 Aug 2018 16:42:35 +0300 Subject: [PATCH] glide2x, h3, minihwc.c: more build fixes --- glide2x/h3/minihwc/minihwc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glide2x/h3/minihwc/minihwc.c b/glide2x/h3/minihwc/minihwc.c index 6abe4cf..5f8781a 100644 --- a/glide2x/h3/minihwc/minihwc.c +++ b/glide2x/h3/minihwc/minihwc.c @@ -3702,11 +3702,12 @@ hwcResolutionSupported(hwcBoardInfo *bInfo, GrScreenResolution_t res) {2048, 2048} /* GR_RESOLUTION_2048x2048 */ }; +#if GDBG_INFO_ON GDBG_INFO(80, FN_NAME ": res == %s (0x%x), supported == %s\n", resNames[res], resolutionSupported[bInfo->boardNum][res], resolutionSupported[bInfo->boardNum][res] ? "FXTRUE" : "FXFALSE"); +#endif - /* Glide has very good checking to see if the memory required is available, so we'll just return whether the driver can do it. */ return resolutionSupported[bInfo->boardNum][res];