mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 23:08:07 +00:00
Revert MAX_INTENSITY increase.
Tested with new Catalyst drivers and AMD APP SDK. This is silly and breaks things.
This commit is contained in:
parent
533f16aeb1
commit
d062a6086d
4
miner.h
4
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;
|
||||
|
Loading…
Reference in New Issue
Block a user