aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/am.cpp
AgeCommit message (Expand)Author
2022-07-17implement resume messageGus Caplan
2022-07-14service am: Update service tables to 14.0.0german77
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-06-20service: am: Stub PerformSystemButtonPressingIfInFocusNarr the Reg
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-06service: jit: stub JIT serviceLiam
2022-03-14core: hle: kernel: Use weak_ptr where possible for SessionRequestHandler and ...bunnei
2022-02-21service: am: Update enum names to match documentationNarr the Reg
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph
2022-02-05profile: Migrate to the new UUID implementationMorph
2021-12-02service: am: ISelfController: Stub SaveCurrentScreenshotMorph
2021-11-16Settings: eliminate rescaling_factor.Fernando Sahmkow
2021-11-04general: Get the current process program id directly from the systemMorph
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-11-03core: Remove unused includesameerj
2021-10-04Merge pull request #7103 from Morph1984/service-ctx-eventbunnei
2021-10-01service: am: Make use of Exit to exit the currently running applicationMorph
2021-10-01service: Replace service event creation with ServiceContext::CreateEventMorph
2021-09-26service/am: Update to 13.0.0german77
2021-09-10am: Implement GetNotificationStorageChannelEventgerman77
2021-07-14service: Append service name prefix to common filenamesMorph
2021-07-14applets: Append applet_ prefix to backend appletsMorph
2021-06-28general: Make most settings a BasicSettinglat9nq
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-05-05fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly c...bunnei
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-05hle: kernel: Migrate KTransferMemory to KAutoObject.bunnei
2021-05-05hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei
2021-05-05hle: kernel: Migrate KEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei
2021-04-23ICommonStateGetter: Stub SetRequestExitToLibraryAppletAtExecuteNextProgramEna...Morph
2021-04-17applets: Send focus state change message on applet state changeMorph
2021-04-15ILibraryAppletCreator: Implement CreateHandleStorageMorph
2021-04-15ILibraryAppletAccessor: Demote from ERROR to DEBUG for null storage logsMorph
2021-04-15applets: Pass in the LibraryAppletMode each applet's constructorMorph
2021-04-14common: Move settings to common from core.bunnei
2021-04-07ISelfController: Update to 11.xMorph
2021-04-07IApplicationFunctions: Update to 11.xMorph
2021-04-07IDebugFunctions: Update to 12.xMorph
2021-04-07ICommonStateGetter: Update to 12.xMorph
2021-04-07IGlobalStateController: Update to 12.xMorph
2021-04-07IHomeMenuFunctions: Update to 12.xMorph
2021-03-30ISelfController: Stub SetAlbumImageTakenNotificationEnabledMorph
2021-02-13hle: service: am: IStorageAccessor: Fix out of bounds error handling.bunnei
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei