| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-17 | nvnflinger: convert to process | Liam | |
| 2024-01-29 | service: split am into components | Liam | |
| 2023-11-19 | Implemented qlaunch version of the controller applet | FrozenAra | |
| 2023-10-31 | service: am: Add support for LLE Software Keyboard Applet | Dzmitry Dubrova | |
| 2023-10-17 | service: acc: Implement functions needed for profile select (#11653) | Narr the Reg | |
| 2023-10-07 | service: Stub multiple functions to increase stability of album applet | Narr the Reg | |
| 2023-10-02 | yuzu: Allow to launch album applet from firmware | Narr the Reg | |
| 2023-10-01 | service: am: Implement shared buffer | Narr the Reg | |
| Co-authored-by: Liam <byteslice@airmail.cc> | |||
| 2023-10-01 | service: am: Set push in arguments according to the launched applet | Narr the Reg | |
| 2023-09-23 | service: am: Stub to exit applet cleanly | german77 | |
| 2023-09-23 | service: am: Implement stuff needed for Mii Edit | german77 | |
| 2023-09-16 | Merge pull request #11483 from FearlessTobi/save-size-max | liamwhite | |
| am: Stub GetSaveDataSizeMax | |||
| 2023-09-12 | am: Stub GetSaveDataSizeMax | FearlessTobi | |
| Needed for Minecraft Legends. | |||
| 2023-09-09 | am: Remove bcat from PopLaunchParameter | FearlessTobi | |
| This never belonged here and has no use anymore since the Boxcat backend was removed. . | |||
| 2023-08-05 | Merge pull request #11210 from german77/settings | liamwhite | |
| service: set: Implement system settings for Qlaunch | |||
| 2023-08-02 | service: set: Implement system settings for Qlaunch | Narr the Reg | |
| 2023-08-02 | service: am: Fix wrong interface | Narr the Reg | |
| 2023-05-11 | am: stub CreateCacheStorage | Liam | |
| 2023-03-01 | nvnflinger: fix name | Liam | |
| 2023-03-01 | service: move hle_ipc from kernel | Liam | |
| 2023-02-21 | service: refactor server architecture | Liam | |
| Converts services to have their own processes | |||
| 2022-10-30 | service: am: Stub SetRecordVolumeMuted | german77 | |
| Used by bayonetta 3 | |||
| 2022-07-22 | Project Andio | Kelebek1 | |
| 2022-07-17 | implement resume message | Gus Caplan | |
| 2022-06-20 | service: am: Stub PerformSystemButtonPressingIfInFocus | Narr the Reg | |
| Used by Ring Fit Adventure | |||
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| 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-06 | service: jit: stub JIT service | Liam | |
| 2022-02-21 | service: am: Update enum names to match documentation | Narr the Reg | |
| 2021-12-02 | service: am: ISelfController: Stub SaveCurrentScreenshot | Morph | |
| - Used by Disney Magical World 2: Enchanted Edition | |||
| 2021-10-01 | service: Replace service event creation with ServiceContext::CreateEvent | Morph | |
| The service context helps to manage all created events and allows us to close them upon destruction. | |||
| 2021-09-10 | am: Implement GetNotificationStorageChannelEvent | german77 | |
| 2021-05-05 | hle: kernel: Migrate KTransferMemory to KAutoObject. | bunnei | |
| 2021-05-05 | hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject. | bunnei | |
| 2021-05-05 | hle: kernel: Migrate KEvent to KAutoObject. | bunnei | |
| 2021-05-05 | hle: kernel: Refactor IPC interfaces to not use std::shared_ptr. | bunnei | |
| 2021-04-23 | ICommonStateGetter: Stub ↵ | Morph | |
| SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled - Used by Pixel Game Maker Series Werewolf Princess Kaguya | |||
| 2021-04-17 | applets: Send focus state change message on applet state change | Morph | |
| Fixes the softlock after the controller applet exits in Mario Kart 8 Deluxe. | |||
| 2021-04-15 | ILibraryAppletCreator: Implement CreateHandleStorage | Morph | |
| Used by Monster Hunter Generations Ultimate | |||
| 2021-03-30 | ISelfController: Stub SetAlbumImageTakenNotificationEnabled | Morph | |
| 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-05 | hle: kernel: Reimplement KReadableEvent and KWritableEvent. | bunnei | |
| 2021-02-05 | hle: kernel: Rename WritableEvent to KWritableEvent. | bunnei | |
| 2021-02-05 | hle: kernel: Rename ReadableEvent to KReadableEvent. | bunnei | |
| 2021-02-02 | IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEvent | Morph | |
| 2021-01-31 | am/IApplicationFunctions: Stub IsGamePlayRecordingSupported | Morph | |
| Used by RetroArch | |||
| 2021-01-30 | am: Stub TryPopFromFriendInvitationStorageChannel | ameerj | |
| Used by Family Feud | |||
| 2021-01-25 | hle: Implement remaining services for Stereo Vision | Chloe Marcec | |
| Used by Zelda Breath of the Wild, Super Mario Odyssey and Nintendo Labo | |||
| 2021-01-02 | general: Fix various spelling errors | Morph | |
| 2020-11-26 | service: Eliminate usages of the global system instance | Lioncash | |
| 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-24 | service: am: Implement ExecuteProgram and required stubs. | bunnei | |
| - This is used by Super Mario 3D All-Stars. | |||
| 2020-11-24 | hle: 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. | |||
