mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 05:34:11 -04:00
sm, spl: update to use new sf semantics
This commit is contained in:
parent
f06de12bea
commit
21236020cb
7 changed files with 134 additions and 31 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue