AUB subcapture in toggle mode to be controlled with HKCU regkey

- move AUBDumpToggleCaptureOnOff from HKLM to HKCU without admin rights
- fix AUB subcapture in toggle mode to call make resident in standalone mode

Change-Id: Ia6971921f33bb9ca63112790af870217da8a1585
This commit is contained in:
Milczarek, Slawomir
2018-07-01 18:44:29 +02:00
committed by sys_ocldev
parent f82b88e5bf
commit 86565e5f06
17 changed files with 151 additions and 40 deletions

View File

@@ -24,7 +24,7 @@
namespace OCLRT {
SettingsReader *SettingsReader::createOsReader() {
SettingsReader *SettingsReader::createOsReader(bool userScope) {
return new EnvironmentVariableReader;
}