yuzu-mainline/src/core/hle/service/nvdrv/devices
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
..
nvdevice.h NVDRV: Implement QueryEvent. 2022-10-06 21:00:51 +02:00
nvdisp_disp0.cpp nvdisp: End system frame after requesting to swap buffers 2022-10-06 21:00:54 +02:00
nvdisp_disp0.h VideoCore: Refactor fencing system. 2022-10-06 21:00:52 +02:00
nvhost_as_gpu.cpp video_core: Implement memory manager page kind 2022-10-17 15:33:29 +08:00
nvhost_as_gpu.h general: Format licenses as per SPDX guidelines 2022-10-06 21:00:54 +02:00
nvhost_ctrl_gpu.cpp Add break for default cases 2022-11-13 16:30:55 -08:00
nvhost_ctrl_gpu.h NVDRV: Implement QueryEvent. 2022-10-06 21:00:51 +02:00
nvhost_ctrl.cpp kernel: remove KWritableEvent 2022-10-12 20:29:29 -04:00
nvhost_ctrl.h General: address feedback 2022-10-06 21:00:54 +02:00
nvhost_gpu.cpp Add break for default cases 2022-11-13 16:30:55 -08:00
nvhost_gpu.h NVDRV: Further improvements. 2022-10-06 21:00:53 +02:00
nvhost_nvdec_common.cpp General: address feedback 2022-10-06 21:00:54 +02:00
nvhost_nvdec_common.h General: address feedback 2022-10-06 21:00:54 +02:00
nvhost_nvdec.cpp General: address feedback 2022-10-06 21:00:54 +02:00
nvhost_nvdec.h General: address feedback 2022-10-06 21:00:54 +02:00
nvhost_nvjpg.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
nvhost_nvjpg.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
nvhost_vic.cpp General: address feedback 2022-10-06 21:00:54 +02:00
nvhost_vic.h General: address feedback 2022-10-06 21:00:54 +02:00
nvmap.cpp core: hle: kernel: k_memory_manager: Refresh. 2022-11-03 21:17:07 -07:00
nvmap.h General: address feedback 2022-10-06 21:00:54 +02:00