yuzu/src/core/hle/service/am
Lioncash 7f506be2ee hle/service: Resolve unused variable warnings
In several places, we have request parsers where there's nothing to
really parse, simply because the HLE function in question operates on
buffers. In these cases we can just remove these instances altogether.

In the other cases, we can retrieve the relevant members from the parser
and at least log them out, giving them some use.
2019-04-04 13:18:09 -04:00
..
applets core/hle/ipc: Remove unnecessary includes 2019-03-05 09:53:38 -05:00
am.cpp hle/service: Resolve unused variable warnings 2019-04-04 13:18:09 -04:00
am.h service/am: Implement EnterFatalSection and LeaveFatalSection 2019-03-26 17:02:42 -04:00
applet_ae.cpp service/am/applet_ae: Update function tables 2019-01-29 22:50:26 -05:00
applet_ae.h
applet_oe.cpp Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 2018-11-26 17:06:13 +11:00
applet_oe.h
idle.cpp
idle.h
omm.cpp
omm.h
spsm.cpp
spsm.h
tcap.cpp
tcap.h