Skip to content

Commit

Permalink
fix AYANEO SLIDE max cTDP
Browse files Browse the repository at this point in the history
  • Loading branch information
hijae authored and CasperH2O committed Apr 19, 2024
1 parent 33a981d commit 8737c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HandheldCompanion/Devices/AYANEO/AYANEOSLIDE.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ public AYANEOSlide()

// https://www.amd.com/en/products/apu/amd-ryzen-7-7840u
this.nTDP = new double[] { 15, 15, 20 };
this.cTDP = new double[] { 3, 54 };
this.cTDP = new double[] { 3, 28 };
this.GfxClock = new double[] { 100, 2700 };
this.CpuClock = 5100;

this.GyrometerAxis = new Vector3(1.0f, 1.0f, -1.0f);
this.AccelerometerAxis = new Vector3(-1.0f, 1.0f, -1.0f);
}
}
}

0 comments on commit 8737c34

Please sign in to comment.