aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/applets
AgeCommit message (Expand)Author
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
2022-04-01applets/web: Keep foreground (websession) web applet openMorph
2022-03-25Merge pull request #8041 from Morph1984/inline-swkbdbunnei
2022-03-21applets/swkbd: Split software keyboard initializationMorph
2022-03-21applets/swkbd: Add new inline software keyboard typesMorph
2022-03-21applets/mii: Remove unused includeMorph
2022-03-21applets/mii: Cleanup MiiEdit applet implementationMorph
2022-03-21applets/mii: Cleanup MiiEdit applet typesMorph
2022-03-21applets/mii: Move MiiEdit applet types into its own fileMorph
2022-03-21applets: Rename Mii to MiiEditMorph
2022-03-19core: Reduce unused includesameerj
2022-02-28applet: mii: Simple implementation of mii appletgerman77
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph
2022-02-05profile: Migrate to the new UUID implementationMorph
2021-11-24core/hid: Remove usage of native types, fix a couple of errors with motiongerman77
2021-11-24second commit lion reviewgerman77
2021-11-24kraken: Address comments from reviewgerman77
2021-11-24configuration: Migrate controller settings to emulated controllergerman77
2021-11-24core/frontend: Update appletsgerman77
2021-11-08applets/swkbd: Fix text check message encodingMorph
2021-11-08applets/swkbd: Skip text checking if the text has been confirmedMorph
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-11Merge pull request #7110 from vonchenplus/fix_extract_offline_romefs_errorMorph
2021-10-11applets/web: Fallback to loader to get the manual romfs if none is foundFeng Chen
2021-10-01service: Replace service event creation with ServiceContext::CreateEventMorph
2021-09-22common/uuid: Add validity checking functions to interfaceLioncash
2021-08-19applet_error: Fix 64-bit error code conversionMorph
2021-08-04applet_swkbd: Include the null terminator in the buffer size calculationMorph
2021-07-30applet_swkbd: Correct string buffer size calculationMorph
2021-07-20applet_controller: Add preliminary support for version 8Morph
2021-07-15applets/web: Resolve Nintendo CDN URLsMorph
2021-07-14applets: Append applet_ prefix to backend appletsMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-27applets/swkbd: Make use of std::move where applicableMorph
2021-05-27applets/swkbd: Only read the text check message on Failure/ConfirmMorph
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-05hle: kernel: Remove deprecated Object class.bunnei
2021-05-05hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...bunnei
2021-05-05hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Ensure all kernel objects with KAutoObject are properly created.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-05-05service: Remove unused class variablesLioncash
2021-05-04service: Resolve cases of member field shadowingLioncash
2021-04-26service: Eliminate cases of member shadowingLioncash