mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-27 01:41:45 +02:00
Set up overclocking calls on NVidia
These require the coolbits plugin to be activated on nvidia-xsettings
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
common_sources = [
|
||||
'logging.c',
|
||||
'governors-query.c',
|
||||
'external-helper.c',
|
||||
]
|
||||
|
||||
daemon_common = static_library(
|
||||
@ -27,7 +28,6 @@ daemon_sources = [
|
||||
'gamemode-gpu.c',
|
||||
'daemonize.c',
|
||||
'dbus_messaging.c',
|
||||
'external-helper.c',
|
||||
'daemon_config.c',
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user