aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/am.h
AgeCommit message (Collapse)Author
2024-02-17nvnflinger: convert to processLiam
2024-01-29service: split am into componentsLiam
2023-11-19Implemented qlaunch version of the controller appletFrozenAra
2023-10-31service: am: Add support for LLE Software Keyboard AppletDzmitry Dubrova
2023-10-17service: acc: Implement functions needed for profile select (#11653)Narr the Reg
2023-10-07service: Stub multiple functions to increase stability of album appletNarr the Reg
2023-10-02yuzu: Allow to launch album applet from firmwareNarr the Reg
2023-10-01service: am: Implement shared bufferNarr the Reg
Co-authored-by: Liam <byteslice@airmail.cc>
2023-10-01service: am: Set push in arguments according to the launched appletNarr the Reg
2023-09-23service: am: Stub to exit applet cleanlygerman77
2023-09-23service: am: Implement stuff needed for Mii Editgerman77
2023-09-16Merge pull request #11483 from FearlessTobi/save-size-maxliamwhite
am: Stub GetSaveDataSizeMax
2023-09-12am: Stub GetSaveDataSizeMaxFearlessTobi
Needed for Minecraft Legends.
2023-09-09am: Remove bcat from PopLaunchParameterFearlessTobi
This never belonged here and has no use anymore since the Boxcat backend was removed. .
2023-08-05Merge pull request #11210 from german77/settingsliamwhite
service: set: Implement system settings for Qlaunch
2023-08-02service: set: Implement system settings for QlaunchNarr the Reg
2023-08-02service: am: Fix wrong interfaceNarr the Reg
2023-05-11am: stub CreateCacheStorageLiam
2023-03-01nvnflinger: fix nameLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
Converts services to have their own processes
2022-10-30service: am: Stub SetRecordVolumeMutedgerman77
Used by bayonetta 3
2022-07-22Project AndioKelebek1
2022-07-17implement resume messageGus Caplan
2022-06-20service: am: Stub PerformSystemButtonPressingIfInFocusNarr the Reg
Used by Ring Fit Adventure
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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.
2022-04-06service: jit: stub JIT serviceLiam
2022-02-21service: am: Update enum names to match documentationNarr the Reg
2021-12-02service: am: ISelfController: Stub SaveCurrentScreenshotMorph
- Used by Disney Magical World 2: Enchanted Edition
2021-10-01service: Replace service event creation with ServiceContext::CreateEventMorph
The service context helps to manage all created events and allows us to close them upon destruction.
2021-09-10am: Implement GetNotificationStorageChannelEventgerman77
2021-05-05hle: kernel: Migrate KTransferMemory to KAutoObject.bunnei
2021-05-05hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.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 ↵Morph
SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled - Used by Pixel Game Maker Series Werewolf Princess Kaguya
2021-04-17applets: Send focus state change message on applet state changeMorph
Fixes the softlock after the controller applet exits in Mario Kart 8 Deluxe.
2021-04-15ILibraryAppletCreator: Implement CreateHandleStorageMorph
Used by Monster Hunter Generations Ultimate
2021-03-30ISelfController: Stub SetAlbumImageTakenNotificationEnabledMorph
This service call sets an internal flag whether a notification is shown when an image is captured. Currently we do not support capturing images via the capture button, so this can be stubbed for now.
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
2021-02-02IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEventMorph
2021-01-31am/IApplicationFunctions: Stub IsGamePlayRecordingSupportedMorph
Used by RetroArch
2021-01-30am: Stub TryPopFromFriendInvitationStorageChannelameerj
Used by Family Feud
2021-01-25hle: Implement remaining services for Stereo VisionChloe Marcec
Used by Zelda Breath of the Wild, Super Mario Odyssey and Nintendo Labo
2021-01-02general: Fix various spelling errorsMorph
2020-11-26service: Eliminate usages of the global system instanceLioncash
Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
2020-11-24service: am: Implement ExecuteProgram and required stubs.bunnei
- This is used by Super Mario 3D All-Stars.
2020-11-24hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei
* hle: services: Fix a crash with improper NVFlinger lifetime management. - This crash would happen when attempting to shutdown yuzu early on in boot.