Skip to content

Commit

Permalink
SMT is enabled by default to prevent some games from failing to start.
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Nov 25, 2023
1 parent 5139429 commit 21eef46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class AppSetting {
fanProfileName?:string;
constructor(){
this.overwrite=false;
this.smt=false;
this.smt=true;
this.cpuNum=Backend.data?.HasCpuMaxNum()?Backend.data?.getCpuMaxNum():4;
this.cpuboost=false;
//this.tdpEnable=true;
Expand Down

0 comments on commit 21eef46

Please sign in to comment.