Skip to content

Commit d2530b7

Browse files
committed
NXDK: Temporarily disable audio
Disabled for now because SDL_audiolib fails to link because NXDK does not support exception at all (and so does not have std::terminate): realnc/SDL_audiolib#36 SDL_audiolib only has one line of code that uses exceptions in the entire codebase so hopefully this can be fixed.
1 parent c661985 commit d2530b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMake/platforms/xbox_nxdk.cmake

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ set(NONET ON)
22
set(ASAN OFF)
33
set(UBSAN OFF)
44

5+
# Temporary workaround for https://github.com/realnc/SDL_audiolib/issues/36
6+
set(NOSOUND ON)
7+
58
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/xbox_nxdk/finders")
69

710
set(DEVILUTIONX_SYSTEM_BZIP2 OFF)

0 commit comments

Comments
 (0)