Browse Source

Increase max devices to 64 (for FPGA support)

nfactor-troky
Kano 13 years ago
parent
commit
0be2b9e9b6
  1. 2
      miner.h

2
miner.h

@ -507,7 +507,7 @@ extern int add_pool_details(bool live, char *url, char *user, char *pass); @@ -507,7 +507,7 @@ extern int add_pool_details(bool live, char *url, char *user, char *pass);
#define ADD_POOL_OK 0
#define MAX_GPUDEVICES 16
#define MAX_DEVICES 32
#define MAX_DEVICES 64
#define MAX_POOLS (32)
#define MIN_INTENSITY -10

Loading…
Cancel
Save