yuzu/src/core/arm
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
..
dynarmic core: Implement separate A32/A64 ARM interfaces. 2020-03-02 21:51:57 -05:00
unicorn core: Implement separate A32/A64 ARM interfaces. 2020-03-02 21:51:57 -05:00
arm_interface.cpp CMakeLists: Specify -Wextra on linux builds 2020-04-15 21:33:46 -04:00
arm_interface.h core: Implement separate A32/A64 ARM interfaces. 2020-03-02 21:51:57 -05:00
exclusive_monitor.cpp core: Implement separate A32/A64 ARM interfaces. 2020-03-02 21:51:57 -05:00
exclusive_monitor.h System: Address Feedback 2020-01-27 09:54:11 -04:00