mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-06-07 15:24:27 +00:00
[idd] helper/registry: load and store no GPU preference
This commit is contained in:
@@ -49,4 +49,7 @@ public:
|
||||
|
||||
std::optional<DWORD> getDefaultRefresh();
|
||||
LSTATUS setDefaultRefresh(DWORD refresh);
|
||||
|
||||
std::optional<bool> getNoGPU();
|
||||
LSTATUS setNoGPU(bool noGPU);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user