Fix: ROGCC: log and show more errors on startup

This commit is contained in:
Luke D. Jones
2022-12-06 14:28:35 +13:00
parent 559ddc9a22
commit b34cb672c3
5 changed files with 323 additions and 24 deletions

View File

@@ -65,12 +65,13 @@ impl AsusPlatform {
attr_u8!("platform_profile", pp_path);
}
#[derive(Serialize, Deserialize, Type, Debug, PartialEq, Eq, Clone, Copy)]
#[derive(Serialize, Deserialize, Default, Type, Debug, PartialEq, Eq, Clone, Copy)]
pub enum GpuMode {
Discrete,
Optimus,
Integrated,
Egpu,
#[default]
Error,
NotSupported,
}