sm, spl: update to use new sf semantics

This commit is contained in:
Michael Scire 2021-01-17 15:03:51 -08:00 committed by SciresM
parent f06de12bea
commit 21236020cb
7 changed files with 134 additions and 31 deletions

View file

@ -20,7 +20,7 @@
namespace ams::sm {
/* Service definition. */
class DebugMonitorService final {
class DebugMonitorService {
public:
Result AtmosphereGetRecord(sf::Out<ServiceRecord> record, ServiceName service);
void AtmosphereListRecords(const sf::OutArray<ServiceRecord> &records, sf::Out<u64> out_count, u64 offset);