summaryrefslogtreecommitdiff
path: root/src/core/hle/service/am (follow)
Commit message (Expand)AuthorAgeFilesLines
* implement resume messageGravatar Gus Caplan2022-07-172-0/+5
* service am: Update service tables to 14.0.0Gravatar german772022-07-141-0/+3
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-2616-42/+42
* service: am: Stub PerformSystemButtonPressingIfInFocusGravatar Narr the Reg2022-06-202-1/+24
* common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-137-9/+9
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-2333-99/+66
* service: jit: stub JIT serviceGravatar Liam2022-04-062-1/+9
* 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
|\
| * applets/swkbd: Split software keyboard initializationGravatar Morph2022-03-212-160/+349
| * applets/swkbd: Add new inline software keyboard typesGravatar Morph2022-03-211-6/+66
* | applets/mii: Remove unused includeGravatar Morph2022-03-211-1/+0
* | applets/mii: Cleanup MiiEdit applet implementationGravatar Morph2022-03-212-44/+85
* | applets/mii: Cleanup MiiEdit applet typesGravatar Morph2022-03-211-23/+44
* | applets/mii: Move MiiEdit applet types into its own fileGravatar Morph2022-03-213-54/+69
* | applets: Rename Mii to MiiEditGravatar Morph2022-03-214-34/+35
|/
* core: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* Merge pull request #7964 from german77/miiiiGravatar bunnei2022-03-164-5/+212
|\
| * applet: mii: Simple implementation of mii appletGravatar german772022-02-284-5/+212
* | core: hle: kernel: Use weak_ptr where possible for SessionRequestHandler and ...Gravatar bunnei2022-03-141-2/+2
|/
* service: am: Update enum names to match documentationGravatar Narr the Reg2022-02-212-5/+37
* general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph2022-02-053-7/+6
* profile: Migrate to the new UUID implementationGravatar Morph2022-02-053-10/+11
* service/am: Update omm function tablesGravatar Lioncash2022-01-211-0/+1
* service: am: ISelfController: Stub SaveCurrentScreenshotGravatar Morph2021-12-022-1/+14
* core/hid: Remove usage of native types, fix a couple of errors with motionGravatar german772021-11-242-1/+6
* second commit lion reviewGravatar german772021-11-241-0/+2
* kraken: Address comments from reviewGravatar german772021-11-241-1/+1
* configuration: Migrate controller settings to emulated controllerGravatar german772021-11-241-11/+3
* core/frontend: Update appletsGravatar german772021-11-241-1/+1
* Settings: eliminate rescaling_factor.Gravatar Fernando Sahmkow2021-11-161-8/+4
* applets/swkbd: Fix text check message encodingGravatar Morph2021-11-081-7/+15
* applets/swkbd: Skip text checking if the text has been confirmedGravatar Morph2021-11-082-8/+15
* general: Get the current process program id directly from the systemGravatar Morph2021-11-044-15/+9
* general: Rename GetTitleID to GetProgramIDGravatar Morph2021-11-044-9/+11
* core: Remove unused includesGravatar ameerj2021-11-034-7/+0
* Merge pull request #7110 from vonchenplus/fix_extract_offline_romefs_errorGravatar Morph2021-10-111-0/+10
|\
| * applets/web: Fallback to loader to get the manual romfs if none is foundGravatar Feng Chen2021-10-111-0/+10
* | service: Reduce header include overheadGravatar Morph2021-10-072-2/+2
* | Merge pull request #7103 from Morph1984/service-ctx-eventGravatar bunnei2021-10-044-94/+104
|\ \
| * | service: Replace service event creation with ServiceContext::CreateEventGravatar Morph2021-10-014-94/+104
* | | service: am: Make use of Exit to exit the currently running applicationGravatar Morph2021-10-011-2/+2
|/ /
* | service/am: Update to 13.0.0Gravatar german772021-09-261-0/+4
* | common/uuid: Add validity checking functions to interfaceGravatar Lioncash2021-09-221-1/+1
|/
* am: Implement GetNotificationStorageChannelEventGravatar german772021-09-102-2/+16
* applet_error: Fix 64-bit error code conversionGravatar Morph2021-08-191-6/+25
* applet_swkbd: Include the null terminator in the buffer size calculationGravatar Morph2021-08-041-2/+4
* applet_swkbd: Correct string buffer size calculationGravatar Morph2021-07-301-2/+2
* applet_controller: Add preliminary support for version 8Gravatar Morph2021-07-202-3/+33
* applets/web: Resolve Nintendo CDN URLsGravatar Morph2021-07-151-0/+13