forked from CastroFidel/winehelper
Compare commits
2 Commits
devel
...
1f4cb54f54
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f4cb54f54 | ||
|
|
af52bd74d0 |
@@ -642,9 +642,9 @@ class WinetricksManagerDialog(QDialog):
|
||||
settings_blacklist_pattern = None
|
||||
|
||||
if category == 'dlls':
|
||||
# Исключаем d3d*, directx9, dont_use, dxvk*, vkd3d*, galliumnine, faudio*, Foundation
|
||||
# Исключаем dont_use, dxvk*, vkd3d*, galliumnine, faudio*, Foundation
|
||||
dlls_blacklist_pattern = re.compile(
|
||||
r'^(d3d|directx9|dont_use|dxvk|vkd3d|galliumnine|faudio|foundation)', re.IGNORECASE
|
||||
r'^(dont_use|dxvk|vkd3d|galliumnine|faudio|foundation)', re.IGNORECASE
|
||||
)
|
||||
elif category == 'fonts':
|
||||
fonts_blacklist_pattern = re.compile(
|
||||
|
||||
Reference in New Issue
Block a user