Improvement: check if the OS and the GPU are supported by the application
This commit is contained in:
@@ -77,7 +77,12 @@ public class CPU {
|
||||
this.arch = "64bit";
|
||||
}
|
||||
else {
|
||||
this.arch = "xxbit";
|
||||
this.arch = null;
|
||||
}
|
||||
}
|
||||
|
||||
public boolean haveData() {
|
||||
return this.name != null && this.model != null && this.family != null && this.arch != null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user