yellows8
|
42aa0800f7
|
account: Added accountIsUserRegistrationRequestPermitted and accountTrySelectUserWithoutInteraction.
|
2019-12-03 13:13:11 -05:00 |
|
yellows8
|
70ddae58ff
|
acc/nfc/nifm: Removed *SetServiceType and moved the service_type param into the actual {service}Initialize() funcs. Removed *ServiceType_NotInitialized and updated the *ServiceType enum values. Minor other changes / improved nifm docs.
|
2019-11-18 10:52:46 -05:00 |
|
yellows8
|
67eacc8034
|
Added support for the [9.0.0+] friendsLa functionality. Added AccountNetworkServiceAccountId (and updated friendsLa for this). Added FriendsFriendInvitationGameModeDescription, FriendsFriendInvitationId, and FriendsFriendInvitationGroupId.
|
2019-11-12 10:24:27 -05:00 |
|
yellows8
|
1f792cd92f
|
Various improvements/fixes and improved docs. Added nvGetServiceSession. Return an actual error when the value for determing which service to init is invalid, for services which use *ServiceType/AppletType. Improved cleanup handling. Fixed inverted logic in the spl cleanup define.
|
2019-10-31 22:53:42 -04:00 |
|
yellows8
|
4ab50e3752
|
Use official naming instead of 'title(ID)'. Use 'uid(s)' instead of 'userID(s)'. Updated various struct field names. Improved docs + minor other improvements.
|
2019-10-30 10:38:05 -04:00 |
|
fincs
|
47b0403333
|
Pass plain AccountUid inputs by value instead of by non-const pointer
|
2019-10-21 16:57:01 +02:00 |
|
yellows8
|
95f91c431c
|
account: Updated for new-ipc. Renamed the username field in AccountProfileBase to nickname. Fixed various param types, and also removed the output bool from accountGetLastOpenedUser. Added struct AccountUid for proper userIDs, which replaces u128-userIDs. Added accountUidIsValid. Added accountSetServiceType()/AccountServiceType. Improved docs and minor improvements.
env: Updated UserIdStorage handling for using AccountUid.
|
2019-10-08 15:41:18 -04:00 |
|
yellows8
|
773111b3f2
|
Cache the preselected user in accountInitialize. Get/set the preselected userID in env, so that accountGetPreselectedUser() is usable multiple times. Renamed accountGetActiveUser to accountGetLastOpenedUser. Improved docs.
|
2019-07-29 19:00:52 -04:00 |
|
friedkeenan
|
da4c060278
|
Add a bunch of GetServiceSession functions (#305)
* Add a bunch of GetServiceSession functions
|
2019-07-13 15:09:28 -04:00 |
|
yellows8
|
f61e9237e6
|
Added accountGetPreselectedUser.
|
2018-12-15 21:50:27 -05:00 |
|
Daniel Edwards
|
ffc404a7f6
|
Added accountGetUserCount and accountListAllUsers (#103)
* Added accountGetUserCount and accountListAllUsers
|
2018-07-01 16:34:21 -04:00 |
|
yellows8
|
58835fae1a
|
Use Service for AccountProfile.
|
2018-04-10 17:06:33 -04:00 |
|
yellows8
|
7f158396ad
|
Added impl for accountProfile*. If the inital smGetService fails, attempt to use 'acc:u0'.
|
2018-03-28 19:31:36 -04:00 |
|
fincs
|
95592641f5
|
services/: Add Doxygen file headers; document sm.h
|
2018-02-10 22:40:11 +01:00 |
|
Lioncash
|
b637276c48
|
Silence a few missing prototype warnings
|
2018-01-28 01:03:56 +01:00 |
|
plutoo
|
673651a51f
|
Fix broken header files
|
2018-01-23 00:27:00 +01:00 |
|
plutoo
|
6fa8370bfb
|
This looks better
|
2018-01-22 20:11:55 +01:00 |
|
TuxSH
|
5abc4873d8
|
Include only what is really necessary...
add pragma once in every header, etc.
|
2018-01-22 18:42:57 +01:00 |
|
plutoo
|
eec87a6ccf
|
Rename account -> acc
|
2017-12-27 18:52:52 -05:00 |
|