mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +00:00
(Windows) Fixed an issue with the winregistryvalue find rule.
This commit is contained in:
parent
dc09864314
commit
a0743e6871
|
@ -141,6 +141,7 @@ void FindRules::loadFindRules()
|
||||||
emulatorRules.staticPaths.clear();
|
emulatorRules.staticPaths.clear();
|
||||||
#if defined(_WIN64)
|
#if defined(_WIN64)
|
||||||
emulatorRules.winRegistryPaths.clear();
|
emulatorRules.winRegistryPaths.clear();
|
||||||
|
emulatorRules.winRegistryValues.clear();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue