summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: acc: Implement functions needed for profile select (#11653)Narr the Reg2023-10-171-0/+3
|
* service: move hle_ipc from kernelLiam2023-03-011-19/+19
|
* service: refactor server architectureLiam2023-02-211-2/+1
| | | | Converts services to have their own processes
* core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.bunnei2022-11-031-1/+0
| | | | | | - These APIs are used to capture the opened users and allow that state to be persisted across processes. - They are not intended to just return the system opened users, that is what ListOpenUsers is for. - Fixes the launch hang with Bayonetta 3.
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-1/+1
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* service/acc: Rename Unknown160 to InitializeApplicationInfoV2german772021-11-041-1/+1
|
* service: acc: Stub acc:u0 '160'Morph2021-11-041-0/+1
| | | | | | - Used by Animal Crossing: New Horizons v2.0.0 Since the name is currently unknown, '160' is used as a placeholder.
* service: Append service name prefix to common filenamesMorph2021-07-141-1/+1
|
* acc: Stub StoreSaveDataThumbnailChloe Marcec2021-01-191-0/+5
| | | | Fixes ACA NEOGEO METAL SLUG hanging on boot.
* service: Eliminate usages of the global system instanceLioncash2020-11-271-3/+2
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* acc: Stub LoadOpenContextMorph2020-09-211-0/+1
| | | | | | | | | | This is used in multiple games such as: - Clubhouse Games: 51 Worldwide Classics - Grandia HD Collection - XCOM 2 Collection - Baldur's Gate 1/2 - Dr Kawashima's Brain Training - Super Mario 3D All-Stars
* acc: ListOpenContextStoredUsers partial stubDavid Marcec2020-06-281-0/+1
| | | | Needed by Baldur's Gate 1/2
* Merge pull request #3821 from ogniK5377/InitializeApplicationInfo-fixbunnei2020-05-021-1/+1
|\ | | | | acc: Fix InitializeApplicationInfo
| * acc: Fix InitializeApplicationInfoDavid Marcec2020-04-291-1/+1
| | | | | | | | We're not suppose to pop a u64, should just read the sent pid and check that
* | account: ListQualifiedUsersDavid Marcec2020-04-281-0/+1
|/ | | | Closes #2844
* Merge pull request #2667 from DarkLordZach/profile-editorbunnei2019-09-141-0/+1
|\ | | | | acc: Implement IProfileEditor interface and 'Store'/'StoreWithImage' commands
| * acc_su: Implement GetProfileEditor (205)Zach Hilman2019-07-031-0/+1
| | | | | | Takes a UUID of a user and provides and interface that allows RW access to user data/settings.
* | Implemented InitializeApplicationInfo & InitializeApplicationInfoRestrictedDavid Marcec2019-06-271-1/+23
|/ | | | InitializeApplicationInfoRestricted will need further implementation as it's checking for other user requirements about the game. As we're emulating, we're assuming the user owns the game so we skip these checks currently, implementation will need to be added further on
* 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