* Add OSHI lib for hardware and os detection
* Raised Windows minimum support to 8.1 * Raised OSX minimum support to 10.13
This commit is contained in:
committed by
Sheepit Renderfarm
parent
0a149bf1a8
commit
a68639ff51
@@ -80,6 +80,7 @@ public class CPU {
|
||||
break;
|
||||
case "amd64":
|
||||
case "x86_64":
|
||||
case "x64":
|
||||
this.arch = "64bit";
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user