yuzu-android/src
ReinUsesLisp 1e191cc837 video_core: Enforce C4715 (not all control paths return a value)
Most of the time people write code that always returns a value,
terminates execution, throws an exception, or uses an unconventional
jump primitive.

This is not always true when we build without asserts on mainline builds.
To avoid introducing undefined behavior on our most used builds, enforce
this warning signalling an error and stopping the build from shipping.
2020-12-24 21:01:23 -03:00
..
audio_core Update cubeb and request a persistent stream session 2020-12-05 22:26:41 +01:00
common Merge pull request #5131 from bunnei/scheduler-rewrite 2020-12-20 20:57:54 -08:00
core Merge pull request #5042 from Morph1984/project-aether 2020-12-21 23:47:10 -08:00
input_common Merge pull request #5020 from german77/AnalogfromButtonFix 2020-12-08 10:30:21 +08:00
tests hle: kernel: Separate KScheduler from GlobalSchedulerContext class. 2020-12-06 00:03:24 -08:00
video_core video_core: Enforce C4715 (not all control paths return a value) 2020-12-24 21:01:23 -03:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu Merge pull request #5217 from lat9nq/save-on-boot 2020-12-23 01:45:24 -08:00
yuzu_cmd yuzu: Remove gdbstub configuration 2020-12-19 19:19:42 +01:00
yuzu_tester yuzu: Remove gdbstub configuration 2020-12-19 19:19:42 +01:00
.clang-format
CMakeLists.txt CMakeLists: disable -Winvalid-offsetof 2020-11-27 17:42:02 -05:00