misc: Improve defaults for macOS and handling of missing audio backends. (#7273)
* misc: Improve backend defaults for macOS. * audio_core: Improve handling of missing audio backends.
This commit is contained in:
parent
dccb8f6b17
commit
178e602589
11 changed files with 109 additions and 107 deletions
|
@ -155,6 +155,10 @@ else()
|
|||
endif()
|
||||
endif()
|
||||
|
||||
if (NOT APPLE)
|
||||
add_compile_definitions(HAS_OPENGL)
|
||||
endif()
|
||||
|
||||
add_subdirectory(common)
|
||||
add_subdirectory(core)
|
||||
add_subdirectory(video_core)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue