re-add CPU option I_PAID_FOR_THE_WHOLE_CPU

This commit is contained in:
James Seibel
2023-11-01 21:13:38 -05:00
parent ad2e3e738e
commit 528499215a
2 changed files with 7 additions and 7 deletions
@@ -46,6 +46,6 @@ public enum EThreadPreset
AGGRESSIVE,
// temporarily removed due to stability concerns
//I_PAID_FOR_THE_WHOLE_CPU;
I_PAID_FOR_THE_WHOLE_CPU,
}