summaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/applets (follow)
Commit message (Expand)AuthorAgeFilesLines
* am: re-namespace frontend applets to frontend directoryGravatar Liam2024-01-2921-5170/+0
* service: split am into componentsGravatar Liam2024-01-299-5/+14
* Merge pull request #12802 from german77/mii_interfaceGravatar liamwhite2024-01-281-1/+1
|\
| * service: mii: Migrate service to new interfaceGravatar Narr the Reg2024-01-261-1/+1
* | result: Make fully constexpr, add ON_RESULT_INCLUDEDGravatar FearlessTobi2024-01-251-2/+2
* | fs: Replace Mode enum by OpenMode enumGravatar FearlessTobi2024-01-251-3/+3
* | vfs: Move vfs files to their own directoryGravatar FearlessTobi2024-01-252-2/+2
|/
* Fix typos in src/core (#12625)Gravatar Viktor Szépe2024-01-081-1/+1
* hid_core: Move hid to it's own subprojectGravatar Narr the Reg2024-01-052-5/+5
* Merge pull request #12183 from german77/justmiiGravatar liamwhite2023-11-271-1/+1
|\
| * service: nfc: Validate mii dataGravatar german772023-11-251-1/+1
* | service: am: Create random mii for cabinet appletGravatar german772023-11-251-1/+2
|/
* Implemented qlaunch version of the controller appletGravatar FrozenAra2023-11-191-1/+1
* service: am: Set the correct album program idGravatar german772023-11-051-2/+2
* yuzu: Only store games in the recently played listGravatar german772023-11-051-0/+24
* romfs: fix extraction of single-directory rootGravatar Liam2023-10-311-2/+1
* core: Close all KEventsGravatar german772023-10-291-1/+3
* service: Stub multiple functions to increase stability of album appletGravatar Narr the Reg2023-10-071-0/+5
* service: am: Set push in arguments according to the launched appletGravatar Narr the Reg2023-10-014-14/+68
* service: mii: Fix reported bugsGravatar german772023-09-271-0/+2
* am: mii_edit: Implement DB operationsGravatar Narr the Reg2023-09-212-9/+48
* mii: Prepare Interface for new implementationGravatar german772023-09-111-4/+7
* service: mii: separate mii types into their own fileGravatar german772023-09-101-1/+2
* service: mii: Fix broken mii on MK8Gravatar Narr the Reg2023-09-071-1/+1
* vfs: expand support for NCA readingGravatar Liam2023-08-151-1/+1
* input_common: Implement native mifare supportGravatar Narr the Reg2023-06-211-1/+1
* service: nfc: Merge device interfaces and create the device managerGravatar Narr the Reg2023-05-052-14/+16
* Merge pull request #10006 from german77/profile_selectGravatar liamwhite2023-04-012-14/+140
|\
| * service: am: Improve profile select appletGravatar Narr the Reg2023-03-292-14/+140
* | applet: controller: Implement cancel buttonGravatar german772023-03-302-7/+14
|/
* qt: implement RequestExit for appletsGravatar Liam2023-03-258-9/+9
* applets: implement RequestExitGravatar Liam2023-03-2517-0/+61
* service: nfp: Improve implementationGravatar Narr the Reg2023-03-091-2/+2
* hle: rename legacy errors to ResultsGravatar Liam2023-03-062-8/+6
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-133-3/+3
* Merge pull request #9238 from german77/cabinet_appletGravatar bunnei2022-11-204-7/+306
|\
| * general: Address review commentsGravatar german772022-11-132-13/+14
| * service: am: Fix cabinet applet resultGravatar german772022-11-132-10/+22
| * service: am: Implement cabinet applet backendGravatar german772022-11-134-7/+293
* | Add break for default casesGravatar Kyle Kienapfel2022-11-132-0/+3
|/
* general: Enforce C4800 everywhere except in video_coreGravatar Morph2022-10-221-1/+1
* kernel: remove KWritableEventGravatar Liam2022-10-121-5/+5
* core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesGravatar Narr the Reg2022-09-071-1/+1
* core: ns: Implement pl:s serviceGravatar Narr the Reg2022-09-031-1/+1
* applet/swkbd: Implement optional symbol keysGravatar Morph2022-07-241-0/+6
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-2615-38/+38
* common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-137-9/+9
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-2319-57/+38
* applets/web: Keep foreground (websession) web applet openGravatar Morph2022-04-011-0/+8
* Merge pull request #8041 from Morph1984/inline-swkbdGravatar bunnei2022-03-253-166/+415
|\