|
@@ -906,8 +906,10 @@ static
|
|
|
void opencl_tui_wlogprint_choices(struct cgpu_info *cgpu)
|
|
void opencl_tui_wlogprint_choices(struct cgpu_info *cgpu)
|
|
|
{
|
|
{
|
|
|
wlogprint("[I]ntensity [R]estart GPU ");
|
|
wlogprint("[I]ntensity [R]estart GPU ");
|
|
|
|
|
+#ifdef HAVE_ADL
|
|
|
if (cgpu->has_adl)
|
|
if (cgpu->has_adl)
|
|
|
wlogprint("[C]hange settings ");
|
|
wlogprint("[C]hange settings ");
|
|
|
|
|
+#endif
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
static
|
|
static
|