yuzu-mainline/src/core/hle/service/glue
Lioncash da7be67daf ipc_helpers: Remove usage of the global system instance
Resolves numerous deprecation warnings throughout the codebase due to
inclusion of this header. Now building core should be significantly less
noisy (and also relying on less global state).

This also uncovered quite a few modules that were relying on indirect
includes, which have also been fixed.
2020-11-08 15:58:11 -05:00
..
arp.cpp ipc_helpers: Remove usage of the global system instance 2020-11-08 15:58:11 -05:00
arp.h glue: Implement arp:w and arp:r services 2019-06-24 19:26:16 -04:00
bgtc.cpp glue: Add scaffolding for bgtc:t and bgtc:sc services 2019-06-24 19:20:06 -04:00
bgtc.h glue: Add scaffolding for bgtc:t and bgtc:sc services 2019-06-24 19:20:06 -04:00
errors.h style: Change AMs & Glues error codes to be dec instead of hex 2020-04-29 00:49:49 +10:00
glue.cpp glue: Add errors for glue/arp services 2019-06-24 19:20:28 -04:00
glue.h glue: Add errors for glue/arp services 2019-06-24 19:20:28 -04:00
manager.cpp glue: Correct missing bytes in ApplicationLaunchParameter 2019-06-25 22:25:10 -04:00
manager.h glue: Correct missing bytes in ApplicationLaunchParameter 2019-06-25 22:25:10 -04:00