Skip to content

Commit

Permalink
update X1 TDP values
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuatam committed May 22, 2024
1 parent 795925b commit 6fa2eaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HandheldCompanion/Devices/OneXPlayer/OneXPlayerX1Intel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ public class OneXPlayerX1Intel : OneXPlayerX1
public OneXPlayerX1Intel()
{
// https://www.intel.com/content/www/us/en/products/sku/236847/intel-core-ultra-7-processor-155h-24m-cache-up-to-4-80-ghz/specifications.html
// follow some of the values presented in OneXConsole at the moment
nTDP = new double[] { 15, 15, 65 };
cTDP = new double[] { 15, 65 };
// follow the values presented in OneXConsole
nTDP = new double[] { 15, 15, 35 };
cTDP = new double[] { 6, 35 };
GfxClock = new double[] { 100, 2250 };
CpuClock = 4800;
}
Expand Down

0 comments on commit 6fa2eaa

Please sign in to comment.