diff --git a/CMake/ctr/n3ds_defs.cmake b/CMake/ctr/n3ds_defs.cmake index a0aa8c3be..adc77d03e 100644 --- a/CMake/ctr/n3ds_defs.cmake +++ b/CMake/ctr/n3ds_defs.cmake @@ -2,11 +2,6 @@ set(NONET ON) set(USE_SDL1 ON) -# Streaming audio is broken on the 3DS as of 25 Mar 2021: -# https://github.com/devkitPro/SDL/issues/72 -set(DISABLE_STREAMING_MUSIC ON) -set(DISABLE_STREAMING_SOUNDS ON) - #3DS libraries list(APPEND CMAKE_MODULE_PATH "${DevilutionX_SOURCE_DIR}/CMake/ctr/modules") find_package(CITRO3D REQUIRED) diff --git a/CMake/switch/switch_defs.cmake b/CMake/switch/switch_defs.cmake index ea0fec81b..bd3f0d347 100644 --- a/CMake/switch/switch_defs.cmake +++ b/CMake/switch/switch_defs.cmake @@ -1,11 +1,6 @@ set(NONET ON) set(PREFILL_PLAYER_NAME ON) -# Streaming audio is broken on the Switch as of 25 Mar 2021: -# https://github.com/devkitPro/SDL/issues/72 -set(DISABLE_STREAMING_MUSIC ON) -set(DISABLE_STREAMING_SOUNDS ON) - set(JOY_BUTTON_DPAD_LEFT 16) set(JOY_BUTTON_DPAD_UP 17) set(JOY_BUTTON_DPAD_RIGHT 18) diff --git a/CMake/vita_defs.cmake b/CMake/vita_defs.cmake index 1c4572c3a..344f42b0e 100644 --- a/CMake/vita_defs.cmake +++ b/CMake/vita_defs.cmake @@ -3,10 +3,5 @@ set(UBSAN OFF) set(NONET ON) set(PREFILL_PLAYER_NAME ON) -# Streaming audio is broken on the Vita as of 15 Apr 2021: -# https://github.com/diasurgical/devilutionX/issues/1526 -set(DISABLE_STREAMING_MUSIC ON) -set(DISABLE_STREAMING_SOUNDS ON) - set(DEFAULT_WIDTH 960) set(DEFAULT_HEIGHT 544)