summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-01nvnflinger: fix nameLiam1-5/+5
2023-03-01service: move hle_ipc from kernelLiam1-92/+93
2023-02-21service: refactor server architectureLiam1-3/+1
2022-10-30service: am: Stub SetRecordVolumeMutedgerman771-0/+1
2022-07-22Project AndioKelebek11-0/+1
2022-07-18implement resume messageGus Caplan1-0/+1
2022-06-20service: am: Stub PerformSystemButtonPressingIfInFocusNarr the Reg1-0/+13
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-07service: jit: stub JIT serviceLiam1-0/+1
2022-02-22service: am: Update enum names to match documentationNarr the Reg1-2/+34
2021-12-03service: am: ISelfController: Stub SaveCurrentScreenshotMorph1-0/+1
2021-10-02service: Replace service event creation with ServiceContext::CreateEventMorph1-11/+21
2021-09-10am: Implement GetNotificationStorageChannelEventgerman771-0/+2
2021-05-06hle: kernel: Migrate KTransferMemory to KAutoObject.bunnei1-1/+1
2021-05-06hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei1-2/+2
2021-05-06hle: kernel: Migrate KEvent to KAutoObject.bunnei1-9/+9
2021-05-06hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei1-2/+2
2021-04-24ICommonStateGetter: Stub SetRequestExitToLibraryAppletAtExecuteNextProgramEnabledMorph1-0/+1
2021-04-17applets: Send focus state change message on applet state changeMorph1-1/+2
2021-04-15ILibraryAppletCreator: Implement CreateHandleStorageMorph1-0/+1
2021-03-30ISelfController: Stub SetAlbumImageTakenNotificationEnabledMorph1-0/+1
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei1-9/+10
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei1-1/+1
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei1-2/+2
2021-02-02IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEventMorph1-0/+2
2021-01-31am/IApplicationFunctions: Stub IsGamePlayRecordingSupportedMorph1-0/+1
2021-01-31am: Stub TryPopFromFriendInvitationStorageChannelameerj1-0/+1
2021-01-24hle: Implement remaining services for Stereo VisionChloe Marcec1-0/+1
2021-01-02general: Fix various spelling errorsMorph1-1/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash1-19/+11
2020-11-25service: am: Implement ExecuteProgram and required stubs.bunnei1-0/+3
2020-11-24hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei1-5/+4
2020-09-18am: Stub GetPreviousProgramIndexMorph1-0/+2
2020-07-31am: Unstub SetScreenShotPermissionDavid Marcec1-0/+7
2020-07-05AM/ISelfController: Stub CreateManagedDisplaySeparableLayerMorph1-0/+1
2020-06-27am: Update function tables and add missing classes (#4169)VolcaEM1-1/+1
2020-05-01am: IHomeMenuFunctions:GetPopFromGeneralChannelEventDavid Marcec1-1/+5
2020-04-30am: GetFriendInvitationStorageChannelEventDavid Marcec1-0/+2
2020-04-29am: IsVrModeEnabled & SetVrModeEnabled fixesDavid Marcec1-0/+1
2020-03-27am: Implement VR related APIsperillamint1-0/+3
2020-02-27AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454)Morph1-0/+1
2020-02-06am: Refactor IStorage interface.bunnei1-6/+24
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei1-2/+2
2019-11-14am: Stub QueryApplicationPlayStatisticsLioncash1-1/+2
2019-11-11Implement stub for QueryApplicationPlayStatisticsByUidMichael Scire1-0/+1
2019-11-03core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyrightImage and SetApplicationCopyrightVisibilityFearlessTobi1-0/+3
2019-10-05service/am: Silence -WreorderReinUsesLisp1-2/+1
2019-09-30am: Unstub PopLaunchParameter and add bcat connection for app-specific dataZach Hilman1-0/+2
2019-09-22am: Implement ISelfController ExitZach Hilman1-0/+3
2019-09-22am: Add RequestExit event to AppletMessageQueueZach Hilman1-0/+2
2019-09-05service/am: Remove usages of global system accessorsLioncash1-11/+17
2019-09-04AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent (#2827)mailwl1-0/+3
2019-07-11service/am: Implement IsAutoSleepDisabledLioncash1-0/+1
2019-07-11service/am: Implement SetAutoSleepDisabledLioncash1-0/+2
2019-07-06am: Implement GetAccumulatedSuspendedTickValueMichael Scire1-0/+1
2019-06-29am: Implement SetCpuBoostMode in terms of APMZach Hilman1-1/+4
2019-06-25applets: Pass current process title ID to appletsZach Hilman1-2/+4
2019-06-16Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEventDavid Marcec1-0/+3
2019-03-26service/am: Implement EnterFatalSection and LeaveFatalSectionLioncash1-0/+3
2019-03-26service/am: Sort ISelfController's member functions according to table orderLioncash1-6/+6
2019-03-18service/am: Add basic implementation of ChangeMainAppletMasterVolumeLioncash1-0/+8
2019-03-18service/am: Unstub SetTransparentVolumeRate()Lioncash1-0/+2
2019-03-18service/am: Unstub SetExpectedMasterVolume()Lioncash1-1/+5
2018-12-27am: Implement GetSaveDataSize and ExtendSaveDataZach Hilman1-0/+2
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman1-8/+4
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-8/+8
2018-11-18am: Deglobalize software keyboard appletZach Hilman1-4/+6
2018-11-18am: Move IStorageAccessor to header and update backing bufferZach Hilman1-0/+26
2018-11-18am: Implement CreateTransferMemoryStorageZach Hilman1-0/+1
2018-11-17Stubbed am:EnableApplicationCrashReportMysticExile1-0/+1
2018-11-07FixupsDavid Marcec1-1/+1
2018-11-07Ability to switch between docked and undocked mode in-gameDavid Marcec1-1/+28
2018-10-19Stubbed home blockingDavid Marcec1-0/+4
2018-09-18Implemented GetDefaultDisplayResolutionDavid Marcec1-0/+1
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+12
2018-08-24Added GetBootMode (#1107)David1-0/+1
2018-08-17Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)greggameplayer1-0/+3
2018-08-16Implement GetDefaultDisplayResolutionChangeEventgreggameplayer1-0/+1
2018-08-08am: Stub SetScreenShotImageOrientation.bunnei1-0/+1
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-06-06am: Stub out IApplicationFunctions::GetPseudoDeviceId.bunnei1-0/+1
2018-06-04am: Implement ILibraryAppletCreator::CreateStorage.bunnei1-0/+1
2018-05-26am: Stub IApplicationFunctions GetDisplayVersion.bunnei1-0/+1
2018-05-26Add & correct miscellaneous things (#470)greggameplayer1-2/+17
2018-05-07Stubs for QLaunch (#428)Hexagon121-0/+25
2018-02-22Stub more functionsmailwl1-0/+7
2018-02-22Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl1-0/+1
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl1-0/+5
2018-02-06IApplicationFunctions: Stub out EnsureSaveData.bunnei1-0/+1
2018-02-02Service/am: Add AppletAE service (#153)mailwl1-0/+93
2018-01-22AppletOE: Make ISelfController keep a reference to nvflinger.Subv1-1/+7
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-12/+3
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-0/+25