Skip to content

Commit

Permalink
Add missing case for A7
Browse files Browse the repository at this point in the history
  • Loading branch information
philipturner committed Apr 19, 2023
1 parent b494689 commit 5f63ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/AppleGPUInfo/AppleGPUInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ public class GPUInfoDevice {
#else
if name.starts(with: "Apple A") {
switch generation {
case 7: fallthrough
case 8: _coreCount = 4
case 9: fallthrough
case 10:
Expand Down

0 comments on commit 5f63ffe

Please sign in to comment.