mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-05 22:35:38 +00:00
Match GPU memory regions via Device Manager framework instead of Ring 0
This commit is contained in:
parent
1cd98643bd
commit
4bb264802d
6 changed files with 276 additions and 86 deletions
|
|
@ -1,6 +1,8 @@
|
|||
using CommonHelpers;
|
||||
using PowerControl.Helpers.GPU;
|
||||
using PowerControl.Helpers;
|
||||
using PowerControl.Helpers.AMD;
|
||||
using System.Diagnostics;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace PowerControl
|
||||
{
|
||||
|
|
@ -18,8 +20,6 @@ namespace PowerControl
|
|||
|
||||
if (Settings.Default.EnableExperimentalFeatures)
|
||||
{
|
||||
Trace.WriteLine("WinRing0 initialized=" + WinRing0.InitializeOls().ToString());
|
||||
|
||||
Instance.WithGlobalMutex(1000, () => VangoghGPU.Detect());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue