Skip to content

Commit

Permalink
issue #31: Fix GPU in Catalina by using PECI
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgonLaurent committed Jul 26, 2020
1 parent 1debbb8 commit 1ed274f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smc.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

// key values
#define SMC_KEY_CPU_TEMP "TCXC"
#define SMC_KEY_GPU_TEMP "TG0P"
#define SMC_KEY_GPU_TEMP "TCGC"
#define SMC_KEY_FAN0_RPM_CUR "F0Ac"

typedef struct {
Expand Down

0 comments on commit 1ed274f

Please sign in to comment.