Add addon: settingsDisableCustomMalloc

This commit is contained in:
Fierelier 2023-04-12 01:44:22 +02:00
parent 7d70f164ff
commit aa28b6d743
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@ settings
settingsNoHardwareAccel
settingsPerformanceCPU
settingsPerformanceRAM
settingsDisableCustomMalloc
# Content
content

View File

@ -0,0 +1,2 @@
import os
os.environ["Malloc"] = "0"