aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/am.cpp
AgeCommit message (Expand)Author
2023-04-21core: am: Demote TryPopFromFriendInvitationStorageChannel Log levelgerman77
2023-03-29Merge pull request #9505 from liamwhite/request-exitliamwhite
2023-03-25applets: implement RequestExitLiam
2023-03-23memory: rename global memory references to application memoryLiam
2023-03-12kernel: convert KProcess to new styleLiam
2023-03-06hle: rename legacy errors to ResultsLiam
2023-03-01nvnflinger: fix nameLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-03-01Merge pull request #9832 from liamwhite/hle-mpliamwhite
2023-02-27Merge pull request #9859 from liamwhite/tmem-useliamwhite
2023-02-24core: Update service function tables to 16.0.0+Narr the Reg
2023-02-24am: avoid direct pointer access of transfer memory objectsLiam
2023-02-21service: refactor server architectureLiam
2023-02-15Merge pull request #9796 from liamwhite/currentliamwhite
2023-02-15Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usageliamwhite
2023-02-14service: remove deleted servicesLiam
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...arades79
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...arades79
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...liamwhite
2022-12-28hle_ipc: Rename ReadBufferSpan to ReadBufferameerj
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj
2022-11-22general: fix compile for Apple ClangLiam
2022-10-30service: am: Stub SetRecordVolumeMutedgerman77
2022-10-12kernel: remove KWritableEventLiam
2022-09-01Demote services from warning/info to debug to reduce log spam:Kelebek1
2022-07-22Project AndioKelebek1
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