pm: update for new sf semantics

This commit is contained in:
Michael Scire
2021-01-17 23:12:26 -08:00
parent 4f001b4f4c
commit 6467f6f07b
6 changed files with 77 additions and 19 deletions

View File

@@ -18,7 +18,7 @@
namespace ams::pm {
class DebugMonitorService final {
class DebugMonitorService {
public:
/* Actual command implementations. */
Result GetModuleIdList(sf::Out<u32> out_count, const sf::OutBuffer &out_buf, u64 unused);