citra/src/core/hle/service/am
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
..
applets Add break for default cases 2022-11-13 16:30:55 -08:00
am.cpp service: am: Stub SetRecordVolumeMuted 2022-10-30 00:34:33 -05:00
am.h service: am: Stub SetRecordVolumeMuted 2022-10-30 00:34:33 -05:00
applet_ae.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
applet_ae.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
applet_oe.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
applet_oe.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
idle.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
idle.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
omm.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
omm.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
spsm.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
spsm.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
tcap.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
tcap.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00