1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
yuzu-mainline/src/core/hle/service/am
Lioncash 9a07ed53eb core: Make variable shadowing a compile-time error
Now that we have most of core free of shadowing, we can enable the
warning as an error to catch anything that may be remaining and also
eliminate this class of logic bug entirely.
2021-05-16 03:43:16 -04:00
..
applets hle: kernel: Rename Process to KProcess. 2021-05-05 16:40:52 -07:00
am.cpp core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
am.h hle: kernel: Migrate KTransferMemory to KAutoObject. 2021-05-05 16:40:51 -07:00
applet_ae.cpp service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
applet_ae.h service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
applet_oe.cpp service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
applet_oe.h service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
idle.cpp service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
idle.h service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
omm.cpp service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
omm.h service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
spsm.cpp service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
spsm.h service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
tcap.cpp service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
tcap.h service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00