suyu/src/core/hle/service/am
Lioncash 8dd9cb98ce am: Utilize std::array within PopLaunchParameter()
Gets rid of the potential for C array-to-pointer decay, and also makes
pointer arithmetic to get the end of the copy range unnecessary. We can
just use std::array's begin() and end() member functions.
2018-08-21 11:03:14 -04:00
..
am.cpp am: Utilize std::array within PopLaunchParameter() 2018-08-21 11:03:14 -04:00
am.h Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059) 2018-08-17 00:23:08 -04:00
applet_ae.cpp hle/service: Make constructors explicit where applicable 2018-07-19 12:25:02 -04:00
applet_ae.h hle/service: Make constructors explicit where applicable 2018-07-19 12:25:02 -04:00
applet_oe.cpp hle/service: Make constructors explicit where applicable 2018-07-19 12:25:02 -04:00
applet_oe.h hle/service: Make constructors explicit where applicable 2018-07-19 12:25:02 -04:00
idle.cpp service/am: Add missing am services 2018-07-31 08:02:20 -04:00
idle.h service/am: Add missing am services 2018-07-31 08:02:20 -04:00
omm.cpp service/am: Add missing am services 2018-07-31 08:02:20 -04:00
omm.h service/am: Add missing am services 2018-07-31 08:02:20 -04:00
spsm.cpp service/am: Add missing am services 2018-07-31 08:02:20 -04:00
spsm.h service/am: Add missing am services 2018-07-31 08:02:20 -04:00