Config: Audio sink configuration (#1798)
This commit is contained in:
parent
7a7488a0bb
commit
d014873916
6 changed files with 134 additions and 0 deletions
|
@ -20,6 +20,7 @@ set(SRCS
|
|||
util/spinbox.cpp
|
||||
util/util.cpp
|
||||
bootmanager.cpp
|
||||
configure_audio.cpp
|
||||
configure_debug.cpp
|
||||
configure_dialog.cpp
|
||||
configure_general.cpp
|
||||
|
@ -51,6 +52,7 @@ set(HEADERS
|
|||
util/spinbox.h
|
||||
util/util.h
|
||||
bootmanager.h
|
||||
configure_audio.h
|
||||
configure_debug.h
|
||||
configure_dialog.h
|
||||
configure_general.h
|
||||
|
@ -69,6 +71,7 @@ set(UIS
|
|||
debugger/profiler.ui
|
||||
debugger/registers.ui
|
||||
configure.ui
|
||||
configure_audio.ui
|
||||
configure_debug.ui
|
||||
configure_general.ui
|
||||
hotkeys.ui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue