core: ns: Implement pl:s service

This commit is contained in:
Narr the Reg 2022-09-03 13:30:29 -05:00 committed by Liam
parent 199f77b92f
commit c7a814f10f
6 changed files with 27 additions and 26 deletions

View file

@ -21,7 +21,7 @@
#include "core/hle/service/am/am.h"
#include "core/hle/service/am/applets/applet_web_browser.h"
#include "core/hle/service/filesystem/filesystem.h"
#include "core/hle/service/ns/pl_u.h"
#include "core/hle/service/ns/iplatform_service_manager.h"
#include "core/loader/loader.h"
namespace Service::AM::Applets {