summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvnflinger: fix nameLiam2023-03-011-5/+5
* service: move hle_ipc from kernelLiam2023-03-011-92/+93
* service: refactor server architectureLiam2023-02-211-3/+1
* service: am: Stub SetRecordVolumeMutedgerman772022-10-301-0/+1
* Project AndioKelebek12022-07-221-0/+1
* implement resume messageGus Caplan2022-07-181-0/+1
* service: am: Stub PerformSystemButtonPressingIfInFocusNarr the Reg2022-06-201-0/+13
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: jit: stub JIT serviceLiam2022-04-071-0/+1
* service: am: Update enum names to match documentationNarr the Reg2022-02-221-2/+34
* service: am: ISelfController: Stub SaveCurrentScreenshotMorph2021-12-031-0/+1
* service: Replace service event creation with ServiceContext::CreateEventMorph2021-10-021-11/+21
* am: Implement GetNotificationStorageChannelEventgerman772021-09-101-0/+2
* hle: kernel: Migrate KTransferMemory to KAutoObject.bunnei2021-05-061-1/+1
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei2021-05-061-2/+2
* hle: kernel: Migrate KEvent to KAutoObject.bunnei2021-05-061-9/+9
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei2021-05-061-2/+2
* ICommonStateGetter: Stub SetRequestExitToLibraryAppletAtExecuteNextProgramEnabledMorph2021-04-241-0/+1
* applets: Send focus state change message on applet state changeMorph2021-04-171-1/+2
* ILibraryAppletCreator: Implement CreateHandleStorageMorph2021-04-151-0/+1
* ISelfController: Stub SetAlbumImageTakenNotificationEnabledMorph2021-03-301-0/+1
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei2021-02-051-9/+10
* hle: kernel: Rename WritableEvent to KWritableEvent.bunnei2021-02-051-1/+1
* hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei2021-02-051-2/+2
* IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEventMorph2021-02-021-0/+2
* am/IApplicationFunctions: Stub IsGamePlayRecordingSupportedMorph2021-01-311-0/+1
* am: Stub TryPopFromFriendInvitationStorageChannelameerj2021-01-311-0/+1
* hle: Implement remaining services for Stereo VisionChloe Marcec2021-01-241-0/+1
* general: Fix various spelling errorsMorph2021-01-021-1/+1
* service: Eliminate usages of the global system instanceLioncash2020-11-271-19/+11
* service: am: Implement ExecuteProgram and required stubs.bunnei2020-11-251-0/+3
* hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei2020-11-241-5/+4
* am: Stub GetPreviousProgramIndexMorph2020-09-181-0/+2
* am: Unstub SetScreenShotPermissionDavid Marcec2020-07-311-0/+7
* AM/ISelfController: Stub CreateManagedDisplaySeparableLayerMorph2020-07-051-0/+1
* am: Update function tables and add missing classes (#4169)VolcaEM2020-06-271-1/+1
* am: IHomeMenuFunctions:GetPopFromGeneralChannelEventDavid Marcec2020-05-011-1/+5
* Merge pull request #3823 from ogniK5377/setvrmodeMat M2020-04-301-0/+1
|\
| * am: IsVrModeEnabled & SetVrModeEnabled fixesDavid Marcec2020-04-291-0/+1
* | am: GetFriendInvitationStorageChannelEventDavid Marcec2020-04-301-0/+2
|/
* am: Implement VR related APIsperillamint2020-03-271-0/+3
* AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454)Morph2020-02-271-0/+1
* am: Refactor IStorage interface.bunnei2020-02-061-6/+24
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-2/+2
* am: Stub QueryApplicationPlayStatisticsLioncash2019-11-141-1/+2
* Implement stub for QueryApplicationPlayStatisticsByUidMichael Scire2019-11-111-0/+1
* core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyrightImage and SetApplicationCopyrightVisibilityFearlessTobi2019-11-031-0/+3
* service/am: Silence -WreorderReinUsesLisp2019-10-051-2/+1
* am: Unstub PopLaunchParameter and add bcat connection for app-specific dataZach Hilman2019-09-301-0/+2
* am: Implement ISelfController ExitZach Hilman2019-09-221-0/+3
* am: Add RequestExit event to AppletMessageQueueZach Hilman2019-09-221-0/+2
* service/am: Remove usages of global system accessorsLioncash2019-09-051-11/+17
* AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent (#2827)mailwl2019-09-041-0/+3
* service/am: Implement IsAutoSleepDisabledLioncash2019-07-111-0/+1
* service/am: Implement SetAutoSleepDisabledLioncash2019-07-111-0/+2
* Merge pull request #2651 from DarkLordZach/apm-boost-mode-1bunnei2019-07-081-1/+4
|\
| * am: Implement SetCpuBoostMode in terms of APMZach Hilman2019-06-291-1/+4
* | am: Implement GetAccumulatedSuspendedTickValueMichael Scire2019-07-061-0/+1
|/
* applets: Pass current process title ID to appletsZach Hilman2019-06-251-2/+4
* Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEventDavid Marcec2019-06-161-0/+3
* service/am: Implement EnterFatalSection and LeaveFatalSectionLioncash2019-03-261-0/+3
* service/am: Sort ISelfController's member functions according to table orderLioncash2019-03-261-6/+6
* service/am: Add basic implementation of ChangeMainAppletMasterVolumeLioncash2019-03-181-0/+8
* service/am: Unstub SetTransparentVolumeRate()Lioncash2019-03-181-0/+2
* service/am: Unstub SetExpectedMasterVolume()Lioncash2019-03-181-1/+5
* am: Implement GetSaveDataSize and ExtendSaveDataZach Hilman2018-12-271-0/+2
* kernel/event: Reference ReadableEvent from WritableEventZach Hilman2018-11-291-8/+4
* core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-291-8/+8
* am: Deglobalize software keyboard appletZach Hilman2018-11-181-4/+6
* am: Move IStorageAccessor to header and update backing bufferZach Hilman2018-11-181-0/+26
* am: Implement CreateTransferMemoryStorageZach Hilman2018-11-181-0/+1
* Stubbed am:EnableApplicationCrashReportMysticExile2018-11-171-0/+1
* FixupsDavid Marcec2018-11-071-1/+1
* Ability to switch between docked and undocked mode in-gameDavid Marcec2018-11-071-1/+28
* Stubbed home blockingDavid Marcec2018-10-191-0/+4
* Implemented GetDefaultDisplayResolutionDavid Marcec2018-09-181-0/+1
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+12
* Added GetBootMode (#1107)David2018-08-241-0/+1
* Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)greggameplayer2018-08-171-0/+3
* Implement GetDefaultDisplayResolutionChangeEventgreggameplayer2018-08-161-0/+1
* am: Stub SetScreenShotImageOrientation.bunnei2018-08-081-0/+1
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* am: Stub out IApplicationFunctions::GetPseudoDeviceId.bunnei2018-06-061-0/+1
* am: Implement ILibraryAppletCreator::CreateStorage.bunnei2018-06-041-0/+1
* am: Stub IApplicationFunctions GetDisplayVersion.bunnei2018-05-261-0/+1
* Add & correct miscellaneous things (#470)greggameplayer2018-05-261-2/+17
* Stubs for QLaunch (#428)Hexagon122018-05-071-0/+25
* Stub more functionsmailwl2018-02-221-0/+7
* Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl2018-02-221-0/+1
* Service: stub some functions in am, audio, time, vi servicesmailwl2018-02-071-0/+5
* IApplicationFunctions: Stub out EnsureSaveData.bunnei2018-02-061-0/+1
* Service/am: Add AppletAE service (#153)mailwl2018-02-021-0/+93
* AppletOE: Make ISelfController keep a reference to nvflinger.Subv2018-01-221-1/+7
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* hle: Add service stubs for apm and appletOE.bunnei2017-10-151-0/+16
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-101-164/+0
* Update AM service function tablesLioncash2016-12-081-10/+10
* update the code of AM service! (#1623)JamePeng2016-04-081-11/+115
* services: Get rid of unnecessary includesLioncash2016-02-021-3/+3
* Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.Subv2015-07-211-0/+13
* Services: Continue separation of services into their own folderspurpasmart962015-06-121-0/+47