yuzu-mainline/src/core/arm
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
..
dynarmic core: Resolve misc cases of variable shadowing 2021-05-03 01:19:13 -04:00
arm_interface.cpp General: Resolve a few missing initializer warnings 2020-10-29 19:37:07 -04:00
arm_interface.h core: arm: arm_interface: Fix shadowing errors. 2021-01-11 14:23:16 -08:00
cpu_interrupt_handler.cpp cpu_interrupt_handler: Misc style changes 2020-08-26 02:43:26 +00:00
cpu_interrupt_handler.h cpu_interrupt_handler: Mark move contructor/assignment as deleted 2020-11-08 15:37:04 -05:00
exclusive_monitor.cpp
exclusive_monitor.h