This repository has been archived on 2024-05-02. You can view files and clone it, but cannot push or open issues or pull requests.
Files
yuzu/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
..
2022-07-22 01:11:32 +01:00
2022-11-13 16:30:55 -08:00
2022-07-22 01:11:32 +01:00
2022-07-22 01:11:32 +01:00
2022-07-22 01:11:32 +01:00
2022-07-22 01:11:32 +01:00
2022-10-19 06:16:15 +01:00