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:
David Anderson 2013-10-18 11:30:33 -07:00
parent 7090dab5ad
commit f20e85a45d
1 changed files with 4 additions and 0 deletions

View File

@ -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);