Commit Graph

12 Commits (481d8716e0cdb4d4d0afcd24d25e15c785670328)

Author SHA1 Message Date
David Marcec 92fcc6d15a Implement acc:TrySelectUserWithoutInteraction
Needed for Shantae - Half-Genie Hero - Ultimate Edition!
7 years ago
Lioncash 609cb04f3f acc: Replace profile_manager include with a forward declaration
This is only used in a shared_ptr, so we can forward declare it.
7 years ago
David Marcec dfea525cbe Second round of account changes 7 years ago
David Marcec 6aa8ee6943 Refactored profile manager sharing 7 years ago
David Marcec 2a3b335b15 Added IsUserRegistrationRequestPermitted 7 years ago
David Marcec 6f691e71bf began initial implementation of "ProfileManager" 7 years ago
David Marcec 5f8d253ce0 Switched uuids from u128 to new UUID struct 7 years ago
bunnei 2bc296801a
acc: Stub GetUserCount. (#973)
- Used by Pokken Tournament DX.
7 years ago
Lioncash c061c2bf3c hle/service: Make constructors explicit where applicable
Prevents implicit construction and makes these lingering non-explicit
constructors consistent with the rest of the other classes in services.
7 years ago
Lioncash ccca5e7c28 service: Use nested namespace specifiers where applicable
Tidies up namespace declarations
8 years ago
mailwl 3769a80fac Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 services 8 years ago
bunnei 4b156d2e64 acc_u0: Add IPC interface and stub InitializeApplicationInfo. 8 years ago