[idd] helper/registry: load and store no GPU preference

This commit is contained in:
Quantum
2026-06-03 00:47:40 -04:00
parent 1a137f3c08
commit ebeb9d028e
2 changed files with 27 additions and 1 deletions

View File

@@ -49,4 +49,7 @@ public:
std::optional<DWORD> getDefaultRefresh();
LSTATUS setDefaultRefresh(DWORD refresh);
std::optional<bool> getNoGPU();
LSTATUS setNoGPU(bool noGPU);
};