rename HAVE_COOL_HARDWARE => HAVE_CST_HARDWARE

Origin commit data
------------------
Commit: 524913f4ee
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-09-03 (Thu, 03 Sep 2020)

Origin message was:
------------------
- rename HAVE_COOL_HARDWARE => HAVE_CST_HARDWARE
This commit is contained in:
vanhofen
2020-09-03 22:07:12 +02:00
parent d5fac4fc7c
commit d3b0831354
34 changed files with 75 additions and 75 deletions

View File

@@ -575,7 +575,7 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
snprintf(buf, sizeof(buf), "%dx%d", xres, yres);
g_Font[font_info]->RenderString (xpos+spaceoffset, ypos, box_width2, buf, COL_MENUCONTENT_TEXT);
#if HAVE_COOL_HARDWARE
#if HAVE_CST_HARDWARE
//Video SYSTEM
ypos += iheight;
snprintf(buf, sizeof(buf), "%s:", g_Locale->getText (LOCALE_STREAMINFO_VIDEOSYSTEM));