yuzu/src/core/hle/service/am
Lioncash c4ed791164 common/fileutil: Convert namespace to Common::FS
Migrates a remaining common file over to the Common namespace, making it
consistent with the rest of common files.

This also allows for high-traffic FS related code to alias the
filesystem function namespace as

namespace FS = Common::FS;

for more concise typing.
2020-08-16 06:52:40 -04:00
..
applets common/fileutil: Convert namespace to Common::FS 2020-08-16 06:52:40 -04:00
am.cpp Merge pull request #4457 from ogniK5377/SetScreenShotPermission 2020-08-07 09:34:20 -04:00
am.h am: Unstub SetScreenShotPermission 2020-08-01 00:44:14 +10:00
applet_ae.cpp am: IHomeMenuFunctions:GetPopFromGeneralChannelEvent 2020-05-01 11:20:43 +10:00
applet_ae.h am: Implement ISelfController Exit 2019-09-21 22:25:18 -04:00
applet_oe.cpp configure_debug: Move reporting option to logging 2019-09-21 18:43:20 -04:00
applet_oe.h am: Implement ISelfController Exit 2019-09-21 22:25:18 -04:00
idle.cpp service: Update function tables 2019-11-12 10:32:56 -05:00
idle.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
omm.cpp service: Update function tables 2019-11-12 10:32:56 -05:00
omm.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
spsm.cpp am: Update function tables and add missing classes (#4169) 2020-06-26 20:32:26 -04:00
spsm.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
tcap.cpp am: Add the basic skeleton for the tcap service 2018-10-21 16:50:17 -04:00
tcap.h am: Add the basic skeleton for the tcap service 2018-10-21 16:50:17 -04:00