3
0
Fork 0
forked from suyu/suyu
suyu/src/audio_core/renderer
Kyle Kienapfel 6fa3faec65 Add break for default cases
Visual Studio has an option to search all files in a solution, so I
did a search in there for "default:" looking for any missing break
statements.

I've left out default statements that return something, and that throw
something, even if via ThrowInvalidType. UNREACHABLE leads towards throw

R_THROW macro leads towards a return
2022-11-13 16:30:55 -08:00
..
adsp common: remove "yuzu:" prefix from thread names 2022-10-03 18:43:56 -04:00
behavior general: Resolve -Wclass-memaccess 2022-10-22 15:02:04 -04:00
command general: Resolve -Wclass-memaccess 2022-10-22 15:02:04 -04:00
effect i3dl2/reverb: Mark relevant member functions as const 2022-09-16 09:58:49 -04:00
memory audio_core: Amend documentation tags 2022-09-15 09:47:23 -04:00
mix Project Andio 2022-07-22 01:11:32 +01:00
nodes node_states: Mark relevant member functions as const 2022-09-16 09:59:56 -04:00
performance Add break for default cases 2022-11-13 16:30:55 -08:00
sink Project Andio 2022-07-22 01:11:32 +01:00
splitter Project Andio 2022-07-22 01:11:32 +01:00
upsampler audio_core: Amend documentation tags 2022-09-15 09:47:23 -04:00
voice Update audio_core for firmware 15.0.0 2022-10-19 06:16:15 +01:00
audio_device.cpp audio_device: Mark GetDeviceVolume as const 2022-09-16 09:52:34 -04:00
audio_device.h audio_device: Mark GetDeviceVolume as const 2022-09-16 09:52:34 -04:00
audio_renderer.cpp Project Andio 2022-07-22 01:11:32 +01:00
audio_renderer.h Project Andio 2022-07-22 01:11:32 +01:00
system.cpp Update audio_core for firmware 15.0.0 2022-10-19 06:16:15 +01:00
system.h Update audio_core for firmware 15.0.0 2022-10-19 06:16:15 +01:00
system_manager.cpp common: remove "yuzu:" prefix from thread names 2022-10-03 18:43:56 -04:00
system_manager.h Remove pause callbacks from coretiming 2022-09-13 13:20:35 +01:00