glide2x, h3, minihwc.c: more build fixes

This commit is contained in:
sezero
2018-08-19 16:42:35 +03:00
parent 415127f697
commit ffb144a87e

View File

@@ -3702,10 +3702,11 @@ 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. */