suyu/src/core/memory
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
..
cheat_engine.cpp Core: Set all hardware emulation constants in a single file. 2020-02-11 20:19:11 -04:00
cheat_engine.h core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 2019-11-26 21:55:39 -05:00
dmnt_cheat_types.h dmnt_cheat_vm: Default initialize structure values 2019-09-21 22:43:49 -04:00
dmnt_cheat_vm.cpp CMakeLists: Specify -Wextra on linux builds 2020-04-15 21:33:46 -04:00
dmnt_cheat_vm.h dmnt_cheat_vm: Default initialize structure values 2019-09-21 22:43:49 -04:00