@ -132,6 +132,8 @@ option(DISABLE_STREAMING_SOUNDS "Disable streaming sounds (to work around broken
mark_as_advanced(DISABLE_STREAMING_SOUNDS)
option(STREAM_ALL_AUDIO"Stream all the audio. For extremely RAM-constrained platforms.")
mark_as_advanced(STREAM_ALL_AUDIO)
set(STREAM_ALL_AUDIO_MIN_FILE_SIZE0CACHESTRING"Minimum file size for streaming the audio when STREAM_ALL_AUDIO is ON")
mark_as_advanced(STREAM_ALL_AUDIO_MIN_FILE_SIZE)
option(DEVILUTIONX_PALETTE_TRANSPARENCY_BLACK_16_LUT"Whether to use a lookup table for transparency blending with black. This improves performance of blending transparent black overlays, such as quest dialog background, at the cost of 128 KiB of RAM."ON)