pm: update for new sf semantics

This commit is contained in:
Michael Scire 2021-01-17 23:12:26 -08:00 committed by SciresM
parent dc4ee1a5bc
commit 83c04fa5d7
6 changed files with 77 additions and 19 deletions

View file

@ -18,7 +18,7 @@
namespace ams::pm {
class ShellService final {
class ShellService {
public:
/* Actual command implementations. */
Result LaunchProgram(sf::Out<os::ProcessId> out_process_id, const ncm::ProgramLocation &loc, u32 flags);