feat: added Apple Graphics to the GPU module (#260)

This commit is contained in:
Serhiy Mytrovtsiy
2020-12-31 11:57:25 +01:00
parent e33082f0ca
commit fb08e621ab
2 changed files with 22 additions and 19 deletions

View File

@@ -26,7 +26,7 @@ public struct GPU_Info {
public let model: String
public let IOClass: String
public let type: GPU_type
public var state: Bool = false
public var state: Bool = true
public var utilization: Double = 0
public var temperature: Int = 0