mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +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();
|
||||
#if defined(_WIN64)
|
||||
emulatorRules.winRegistryPaths.clear();
|
||||
emulatorRules.winRegistryValues.clear();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue