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 UserService final {
class UserService {
private:
os::ProcessId process_id = os::InvalidProcessId;
bool has_initialized = false;