mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-30 14:35:17 -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 UserService final {
|
||||
class UserService {
|
||||
private:
|
||||
os::ProcessId process_id = os::InvalidProcessId;
|
||||
bool has_initialized = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue