summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* clang-format fixesGravatar Michael Scire2019-07-061-4/+5
* am: Implement GetAccumulatedSuspendedTickValueGravatar Michael Scire2019-07-062-7/+19
* Merge pull request #2555 from lioncash/tlsGravatar Zach Hilman2019-07-046-81/+148
|\
| * kernel/process: Default initialize all member variablesGravatar Lioncash2019-07-031-2/+2
| * kernel/process: Decouple TLS handling from threadsGravatar Lioncash2019-07-034-66/+97
| * kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundaryGravatar Lioncash2019-07-032-13/+49
* | Merge pull request #2658 from ogniK5377/QueryAudioDeviceOutputEventGravatar bunnei2019-07-041-3/+16
|\ \
| * | IAudioDevice::QueryAudioDeviceOutputEventGravatar David Marcec2019-07-011-3/+16
* | | Merge pull request #2638 from DarkLordZach/quest-flagGravatar bunnei2019-07-042-1/+10
|\ \ \ | |_|/ |/| |
| * | set: Implement GetQuestFlagGravatar Zach Hilman2019-06-282-1/+10
* | | Merge pull request #2613 from ogniK5377/InitalizeApplicationInfoGravatar Zach Hilman2019-07-034-6/+109
|\ \ \
| * | | Addressed issuesGravatar David Marcec2019-06-282-17/+12
| * | | Implemented InitializeApplicationInfo & InitializeApplicationInfoRestrictedGravatar David Marcec2019-06-274-6/+114
| |/ /
* | | Merge pull request #2608 from ogniK5377/Time_GetSharedMemoryNativeHandleGravatar Zach Hilman2019-07-037-28/+258
|\ \ \
| * | | Addressed issuesGravatar David Marcec2019-06-265-37/+53
| * | | Implement Time::GetSharedMemoryNativeHandleGravatar David Marcec2019-06-267-29/+243
* | | | 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