yuzu/src/core/memory
Lioncash ebb64d5bf4 core: Resolve misc cases of variable shadowing
Resolves shadowing warnings that aren't in a particularly large
subsection of core. Brings us closer to turning -Wshadow into an error.

All that remains now is for cases in the kernel (left untouched for now
since a big change by bunnei is pending), and a few left over in the
service code (will be tackled next).
2021-05-03 01:19:13 -04:00
..
cheat_engine.cpp core: Resolve misc cases of variable shadowing 2021-05-03 01:19:13 -04:00
cheat_engine.h core: Resolve misc cases of variable shadowing 2021-05-03 01:19:13 -04:00
dmnt_cheat_types.h core: memory: Move to Core::Memory namespace. 2020-04-17 00:59:28 -04:00
dmnt_cheat_vm.cpp dmnt_cheat_vm: Make use of designated initializers 2020-08-03 08:50:51 -04:00
dmnt_cheat_vm.h dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister) 2020-07-15 01:19:22 +02:00