summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2604 from ogniK5377/INotificationServiceGravatar bunnei2019-07-024-1/+129
|\
| * Attemp clang format fix?Gravatar David Marcec2019-06-281-1/+0
| * Addressed issuesGravatar David Marcec2019-06-282-13/+13
| * SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this shou...Gravatar David Marcec2019-06-251-1/+3
| * fixed spelling errors and fixed issue with Pop not returning the SizedNotific...Gravatar David Marcec2019-06-251-6/+8
| * Implemented INotificationServiceGravatar David Marcec2019-06-244-1/+126
* | file_sys: Rename other ContentRecordType membersGravatar Bakugo2019-07-021-2/+2
* | Merge pull request #2583 from FernandoS27/core-timing-safeGravatar bunnei2019-06-301-3/+3
|\ \
| * | Core_Timing: Make core_timing threadsafe by default.Gravatar Fernando Sahmkow2019-06-161-3/+3
* | | Merge pull request #2548 from DarkLordZach/applet-shopnGravatar bunnei2019-06-2613-112/+690
|\ \ \
| * | | applets: Pass current process title ID to appletsGravatar Zach Hilman2019-06-2411-41/+59
| * | | general_frontend: Add documentation for parental controls and ecommerce appletsGravatar Zach Hilman2019-06-242-16/+16
| * | | web_browser: Only delete temporary directory if it was createdGravatar Zach Hilman2019-06-241-1/+3
| * | | web_browser: Take ECommerce applet frontend optionally in constructorGravatar Zach Hilman2019-06-241-1/+6
| * | | web_browser: Use function tables for execute and initializeGravatar Zach Hilman2019-06-242-7/+285
| * | | web_browser: Correct structures and properly parse TLVs/ShimKindGravatar Zach Hilman2019-06-242-61/+168
| * | | applets: Track ECommerce and Parental Control applet frontendsGravatar Zach Hilman2019-06-242-7/+29
| * | | applets: Implement Auth applet backendGravatar Zach Hilman2019-06-242-0/+146
| | |/ | |/|
* | | glue: Correct missing bytes in ApplicationLaunchParameterGravatar Zach Hilman2019-06-254-28/+61
* | | glue: Implement arp:w and arp:r servicesGravatar Zach Hilman2019-06-243-2/+330
* | | glue: Add errors for glue/arp servicesGravatar Zach Hilman2019-06-243-0/+58
* | | glue: Add scaffolding for bgtc:t and bgtc:sc servicesGravatar Zach Hilman2019-06-242-0/+73
* | | arp: Move to glue servicesGravatar Zach Hilman2019-06-242-91/+0
* | | glue: Add manager to keep track of application registryGravatar Zach Hilman2019-06-242-0/+119
|/ /
* | Merge pull request #2602 from lioncash/castGravatar bunnei2019-06-211-3/+3
|\ \
| * | service/acc: Silence truncation warningsGravatar Lioncash2019-06-211-3/+3
* | | Merge pull request #2575 from DarkLordZach/process-id-typesGravatar bunnei2019-06-214-8/+25
|\ \ \
| * | | kernel: Differentiate kernel and user processes when picking IDGravatar Zach Hilman2019-06-104-8/+25
| | |/ | |/|
* | | Merge pull request #2482 from DarkLordZach/prepoGravatar bunnei2019-06-219-44/+102
|\ \ \ | |_|/ |/| |
| * | loader: Move NSO module tracking to AppLoaderGravatar Zach Hilman2019-05-263-6/+7
| * | prepo: Save reports from PlayReport serviceGravatar Zach Hilman2019-05-251-2/+23
| * | fatal: Save report on fatal:u callGravatar Zach Hilman2019-05-251-21/+5
| * | service: Save report on unimplemented function callGravatar Zach Hilman2019-05-251-0/+3
| * | applets/error: Save report on error appletGravatar Zach Hilman2019-05-251-5/+14
| * | applets: Save report on stubbed appletGravatar Zach Hilman2019-05-254-15/+49
| * | svc: Save report on call to svcBreakGravatar Zach Hilman2019-05-251-1/+7
* | | Revert PR 2590.Gravatar Fernando Sahmkow2019-06-191-1/+1
* | | Merge pull request #2590 from lioncash/eventGravatar bunnei2019-06-191-1/+1
|\ \ \
| * | | service/audio/audren_u: Correct event reset type for the system eventGravatar Lioncash2019-06-181-1/+1
* | | | Addressed issuesGravatar David Marcec2019-06-173-8/+13
* | | | Signalled accumulated_suspended_tick_changed_event on creation based on REGravatar David Marcec2019-06-161-0/+1
* | | | CleanupGravatar David Marcec2019-06-1611-29/+38
* | | | Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part...Gravatar David Marcec2019-06-166-7/+72
* | | | Merge pull request #2581 from lioncash/hexGravatar Zach Hilman2019-06-152-7/+7
|\ \ \ \
| * | | | common/hex_util: Combine HexVectorToString() and HexArrayToString()Gravatar Lioncash2019-06-122-7/+7
| | |_|/ | |/| |
* / | | kernel/vm_manager: Remove redundant Reset call in destructorGravatar Lioncash2019-06-121-3/+1
|/ / /
* | | Merge pull request #2571 from lioncash/refGravatar Zach Hilman2019-06-092-2/+2
|\ \ \
| * | | kernel/process: Make Create()'s name parameter be taken by valueGravatar Lioncash2019-06-092-2/+2
| |/ /
* | | kernel/svc: Implement TotalMemoryUsedWithoutMmHeap/TotalMemoryAvailableWithou...Gravatar Lioncash2019-06-093-2/+42
* | | kernel/svc: Amend naming for TotalMemoryUsage in svcGetInfo()Gravatar Lioncash2019-06-093-6/+6