* 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:
DaCool
2021-09-10 00:23:57 +00:00
committed by Sheepit Renderfarm
parent 0a149bf1a8
commit a68639ff51
8 changed files with 56 additions and 535 deletions

View File

@@ -80,6 +80,7 @@ public class CPU {
break;
case "amd64":
case "x86_64":
case "x64":
this.arch = "64bit";
break;
default: