mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Kill GPU apps for AMD, Optimus fix
This commit is contained in:
@@ -6,4 +6,7 @@ public interface IGpuControl : IDisposable {
|
||||
public string FullName { get; }
|
||||
int? GetCurrentTemperature();
|
||||
int? GetGpuUse();
|
||||
|
||||
void KillGPUApps();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user