Added a minimal control interface to allow manual fan control and implemented the interface for ATI GPUs.

This commit is contained in:
Michael Möller
2011-01-20 21:31:54 +00:00
parent 667b36a431
commit 86dbc6f06b
11 changed files with 331 additions and 7 deletions

View File

@@ -59,6 +59,8 @@
<Compile Include="Hardware\ATI\ADL.cs" />
<Compile Include="Hardware\ATI\ATIGPU.cs" />
<Compile Include="Hardware\ATI\ATIGroup.cs" />
<Compile Include="Hardware\Control.cs" />
<Compile Include="Hardware\IControl.cs" />
<Compile Include="Hardware\IOControlCode.cs" />
<Compile Include="Hardware\Computer.cs" />
<Compile Include="Hardware\CPU\AMDCPU.cs" />