From a0743e68712672ec066038a516553bc652ae1ef9 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Thu, 16 Dec 2021 17:36:09 +0100 Subject: [PATCH] (Windows) Fixed an issue with the winregistryvalue find rule. --- es-app/src/SystemData.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/es-app/src/SystemData.cpp b/es-app/src/SystemData.cpp index 04a2e198c..68a84afbc 100644 --- a/es-app/src/SystemData.cpp +++ b/es-app/src/SystemData.cpp @@ -141,6 +141,7 @@ void FindRules::loadFindRules() emulatorRules.staticPaths.clear(); #if defined(_WIN64) emulatorRules.winRegistryPaths.clear(); + emulatorRules.winRegistryValues.clear(); #endif }