steamosctl: Use GPUPerformanceLevel where applicable

This commit is contained in:
Vicki Pfau 2024-05-10 17:43:14 -07:00
parent d8cbf1d1c4
commit e25b1a7ca7
3 changed files with 16 additions and 12 deletions

View file

@ -19,12 +19,12 @@ mod ds_inhibit;
mod error;
mod hardware;
mod manager;
mod power;
mod process;
mod sls;
mod systemd;
pub mod daemon;
pub mod power;
pub mod proxy;
pub mod wifi;