mirror of https://github.com/BOINC/boinc.git
Client: parse <no_intel_gpu> project pref; this is deprecated but Einstein@home is running old server code that sends it.
This commit is contained in:
parent
7090dab5ad
commit
f20e85a45d
|
@ -145,6 +145,10 @@ int PROJECT::parse_account(FILE* in) {
|
|||
if (btemp) handle_no_rsc_pref(this, GPU_TYPE_ATI);
|
||||
continue;
|
||||
}
|
||||
else if (xp.parse_bool("no_intel_gpu", btemp)) {
|
||||
if (btemp) handle_no_rsc_pref(this, GPU_TYPE_INTEL);
|
||||
continue;
|
||||
}
|
||||
|
||||
else if (xp.parse_str("no_rsc", buf2, sizeof(buf2))) {
|
||||
handle_no_rsc_pref(this, buf2);
|
||||
|
|
Loading…
Reference in New Issue