mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-27 01:41:45 +02:00
Extract split lock mitigation into common file
This reduces duplication of the split lock mitigation path. Additionally, it allows extending the functionality of procsysctl into also getting the split lock mitigation state.
This commit is contained in:

committed by
afayaz-feral

parent
2d71be6a94
commit
d84c5ded1c
@ -3,6 +3,7 @@ common_sources = [
|
||||
'common-logging.c',
|
||||
'common-governors.c',
|
||||
'common-profile.c',
|
||||
'common-splitlock.c',
|
||||
'common-external.c',
|
||||
'common-helpers.c',
|
||||
'common-gpu.c',
|
||||
|
Reference in New Issue
Block a user