yuzu/src/core/hle/service/audio
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds
Allows reporting more cases where logic errors may exist, such as
implicit fallthrough cases, etc.

We currently ignore unused parameters, since we currently have many
cases where this is intentional (virtual interfaces).

While we're at it, we can also tidy up any existing code that causes
warnings. This also uncovered a few bugs as well.
2020-04-15 21:33:46 -04:00
..
audctl.cpp service: Update function tables 2019-11-12 10:32:56 -05:00
audctl.h service/audctl: Implement GetTargetVolumeMin() and GetTargetVolumeMax() 2019-04-18 16:39:54 -04:00
auddbg.cpp
auddbg.h
audin_a.cpp
audin_a.h
audin_u.cpp service: Update service function tables 2019-04-11 02:47:00 -04:00
audin_u.h
audio.cpp service/audio: Remove global system accessors 2019-07-19 07:29:36 -04:00
audio.h service/audio: Remove global system accessors 2019-07-19 07:29:36 -04:00
audout_a.cpp
audout_a.h
audout_u.cpp core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 2019-11-26 21:55:39 -05:00
audout_u.h service/audio: Remove global system accessors 2019-07-19 07:29:36 -04:00
audrec_a.cpp
audrec_a.h
audrec_u.cpp core: Add missing override specifiers where applicable 2019-04-04 12:19:44 -04:00
audrec_u.h
audren_a.cpp
audren_a.h
audren_u.cpp CMakeLists: Specify -Wextra on linux builds 2020-04-15 21:33:46 -04:00
audren_u.h service/audren_u: Handle audio USB output revision queries in ListAudioDeviceName() 2019-07-19 07:55:27 -04:00
codecctl.cpp
codecctl.h
errors.h
hwopus.cpp update hwopus DecodeInterleaved for FW 7.0.0+ 2020-02-11 18:41:04 +01:00
hwopus.h