From 3cabf9859d30c941e3c1f05596ce53226e9043ee Mon Sep 17 00:00:00 2001 From: Henrik Holst Date: Wed, 3 May 2023 21:10:14 +0200 Subject: [PATCH] added info about suport for Intel E- and P-cores --- example/gamemode.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/gamemode.ini b/example/gamemode.ini index 72fb6f1..7b9abbe 100644 --- a/example/gamemode.ini +++ b/example/gamemode.ini @@ -80,7 +80,7 @@ inhibit_screensaver=1 ; Either can also be set to a specific list of cores to park or pin, comma separated list where "-" denotes ; a range. E.g "park_cores=1,8-15" would park cores 1 and 8 to 15. ; The default is uncommented is to disable parking but enable pinning. If either is enabled the code will -; currently only properly autodetect Ryzen 7900x3d and 7950x3d +; currently only properly autodetect Ryzen 7900x3d, 7950x3d and Intel CPU:s with E- and P-cores. ;park_cores=no ;pin_cores=yes