mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 15:47:20 +02:00
added cpu core parking/pinning settings to gamemode.ini
added some info about the new cpu core parking and pinning settings in gamemode.ini
This commit is contained in:
parent
dc2f7bbcd0
commit
c070604a22
@ -75,6 +75,15 @@ inhibit_screensaver=1
|
|||||||
; This corresponds to power_dpm_force_performance_level, "manual" is not supported for now
|
; This corresponds to power_dpm_force_performance_level, "manual" is not supported for now
|
||||||
;amd_performance_level=high
|
;amd_performance_level=high
|
||||||
|
|
||||||
|
[cpu]
|
||||||
|
; Parking or Pinning can be enabled with either "yes", "true" or "1" and disabled with "no", "false" or "0".
|
||||||
|
; 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
|
||||||
|
;park_cores=no
|
||||||
|
;pin_cores=yes
|
||||||
|
|
||||||
[supervisor]
|
[supervisor]
|
||||||
; This section controls the new gamemode functions gamemode_request_start_for and gamemode_request_end_for
|
; This section controls the new gamemode functions gamemode_request_start_for and gamemode_request_end_for
|
||||||
; The whilelist and blacklist control which supervisor programs are allowed to make the above requests
|
; The whilelist and blacklist control which supervisor programs are allowed to make the above requests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user