yuzu-fork/src/yuzu/debugger
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds
Allows reporting more cases where logic errors may exist, such as
implicit fallthrough cases, etc.

We currently ignore unused parameters, since we currently have many
cases where this is intentional (virtual interfaces).

While we're at it, we can also tidy up any existing code that causes
warnings. This also uncovered a few bugs as well.
2020-04-15 21:33:46 -04:00
..
console.cpp yuzu/CMakeLists: Remove qt5_wrap_ui macro usage 2019-08-09 17:54:08 -04:00
console.h Add configurable logging backends 2018-07-02 21:45:47 -04:00
profiler.cpp CMakeLists: Specify -Wextra on linux builds 2020-04-15 21:33:46 -04:00
profiler.h yuzu/debugger/profiler: Remove unnecessary includes 2019-04-03 10:07:12 -04:00
wait_tree.cpp core: Implement separate A32/A64 ARM interfaces. 2020-03-02 21:51:57 -05:00
wait_tree.h Kernel: Change WaitObject to Synchronization object. In order to better reflect RE. 2020-02-11 10:46:25 -04:00