aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/applets
AgeCommit message (Collapse)Author
2024-01-29am: re-namespace frontend applets to frontend directoryLiam
2024-01-29service: split am into componentsLiam
2024-01-28Merge pull request #12802 from german77/mii_interfaceliamwhite
service: mii: Migrate service to new interface
2024-01-26service: mii: Migrate service to new interfaceNarr the Reg
2024-01-25result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi
2024-01-25fs: Replace Mode enum by OpenMode enumFearlessTobi
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2024-01-08Fix typos in src/core (#12625)Viktor Szépe
* Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2023-11-27Merge pull request #12183 from german77/justmiiliamwhite
service: nfc: Validate mii data
2023-11-25service: nfc: Validate mii datagerman77
2023-11-25service: am: Create random mii for cabinet appletgerman77
2023-11-19Implemented qlaunch version of the controller appletFrozenAra
2023-11-05service: am: Set the correct album program idgerman77
2023-11-05yuzu: Only store games in the recently played listgerman77
2023-10-31romfs: fix extraction of single-directory rootLiam
2023-10-29core: Close all KEventsgerman77
2023-10-07service: Stub multiple functions to increase stability of album appletNarr the Reg
2023-10-01service: am: Set push in arguments according to the launched appletNarr the Reg
2023-09-27service: mii: Fix reported bugsgerman77
2023-09-21am: mii_edit: Implement DB operationsNarr the Reg
2023-09-11mii: Prepare Interface for new implementationgerman77
2023-09-10service: mii: separate mii types into their own filegerman77
2023-09-07service: mii: Fix broken mii on MK8Narr the Reg
2023-08-15vfs: expand support for NCA readingLiam
2023-06-21input_common: Implement native mifare supportNarr the Reg
2023-05-05service: nfc: Merge device interfaces and create the device managerNarr the Reg
2023-04-01Merge pull request #10006 from german77/profile_selectliamwhite
service: am: Improve profile select applet
2023-03-30applet: controller: Implement cancel buttongerman77
2023-03-29service: am: Improve profile select appletNarr the Reg
2023-03-25qt: implement RequestExit for appletsLiam
2023-03-25applets: implement RequestExitLiam
2023-03-09service: nfp: Improve implementationNarr the Reg
2023-03-06hle: rename legacy errors to ResultsLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2022-11-20Merge pull request #9238 from german77/cabinet_appletbunnei
service: am: Implement cabinet applet
2022-11-13Add break for default casesKyle Kienapfel
Visual Studio has an option to search all files in a solution, so I did a search in there for "default:" looking for any missing break statements. I've left out default statements that return something, and that throw something, even if via ThrowInvalidType. UNREACHABLE leads towards throw R_THROW macro leads towards a return
2022-11-13general: Address review commentsgerman77
2022-11-13service: am: Fix cabinet applet resultgerman77
2022-11-13service: am: Implement cabinet applet backendgerman77
2022-10-22general: Enforce C4800 everywhere except in video_coreMorph
2022-10-12kernel: remove KWritableEventLiam
2022-09-07core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg
2022-09-03core: ns: Implement pl:s serviceNarr the Reg
2022-07-24applet/swkbd: Implement optional symbol keysMorph
These are only used in the numeric keyboard, and correspond to the keys to the left and right of the "0" key on the numeric keyboard.
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
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-01applets/web: Keep foreground (websession) web applet openMorph
This is a hack to keep the foreground (websession) web applet open in games using these such as Super Mario 3D All-Stars.
2022-03-25Merge pull request #8041 from Morph1984/inline-swkbdbunnei
applets/swkbd: Add support for an updated inline software keyboard