(Windows) Fixed an issue with the winregistryvalue find rule.

This commit is contained in:
Leon Styhre 2021-12-16 17:36:09 +01:00
parent dc09864314
commit a0743e6871

View file

@ -141,6 +141,7 @@ void FindRules::loadFindRules()
emulatorRules.staticPaths.clear();
#if defined(_WIN64)
emulatorRules.winRegistryPaths.clear();
emulatorRules.winRegistryValues.clear();
#endif
}