From d062a6086d012f8c27714010ac4e3c59b4f956b8 Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Tue, 3 Dec 2013 20:51:08 +0200 Subject: [PATCH] Revert MAX_INTENSITY increase. Tested with new Catalyst drivers and AMD APP SDK. This is silly and breaks things. --- miner.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miner.h b/miner.h index 6fe9d6c1..60b2ea84 100644 --- a/miner.h +++ b/miner.h @@ -1049,8 +1049,8 @@ extern bool add_pool_details(struct pool *pool, bool live, char *url, char *user #define MIN_INTENSITY 8 #define MIN_INTENSITY_STR "8" -#define MAX_INTENSITY 42 -#define MAX_INTENSITY_STR "42" +#define MAX_INTENSITY 20 +#define MAX_INTENSITY_STR "20" extern bool hotplug_mode; extern int hotplug_time;