summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Addressed issuesDavid Marcec2019-06-171-1/+1
|
* CleanupDavid Marcec2019-06-161-1/+3
|
* Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEventDavid Marcec2019-06-161-1/+2
| | | | IPC-100 was changed to InitializeApplicationInfoOld instead of InitializeApplicationInfo. IPC-150 makes an indentical call to IPC-100 however does extra processing. They should not have the same name as it's quite confusing to debug.
* Implement acc:TrySelectUserWithoutInteractionDavid Marcec2018-11-071-0/+1
| | | | Needed for Shantae - Half-Genie Hero - Ultimate Edition!
* acc: Replace profile_manager include with a forward declarationLioncash2018-08-211-1/+3
| | | | This is only used in a shared_ptr, so we can forward declare it.
* Second round of account changesDavid Marcec2018-08-111-1/+1
|
* Refactored profile manager sharingDavid Marcec2018-08-111-4/+3
|
* Added IsUserRegistrationRequestPermittedDavid Marcec2018-08-111-0/+1
|
* began initial implementation of "ProfileManager"David Marcec2018-08-081-37/+4
|
* Switched uuids from u128 to new UUID structDavid Marcec2018-08-081-0/+37
|
* acc: Stub GetUserCount. (#973)bunnei2018-08-081-0/+1
| | | - Used by Pokken Tournament DX.
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
| | | | | Prevents implicit construction and makes these lingering non-explicit constructors consistent with the rest of the other classes in services.
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 servicesmailwl2018-04-101-0/+19
|
* acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei2018-01-171-0/+16