forked from CastroFidel/winehelper
revert d3d* for winetricks
This commit is contained in:
@@ -642,9 +642,9 @@ class WinetricksManagerDialog(QDialog):
|
|||||||
settings_blacklist_pattern = None
|
settings_blacklist_pattern = None
|
||||||
|
|
||||||
if category == 'dlls':
|
if category == 'dlls':
|
||||||
# Исключаем d3d*, directx9, dont_use, dxvk*, vkd3d*, galliumnine, faudio*, Foundation
|
# Исключаем dont_use, dxvk*, vkd3d*, galliumnine, faudio*, Foundation
|
||||||
dlls_blacklist_pattern = re.compile(
|
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':
|
elif category == 'fonts':
|
||||||
fonts_blacklist_pattern = re.compile(
|
fonts_blacklist_pattern = re.compile(
|
||||||
|
|||||||
Reference in New Issue
Block a user