summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #2651 from DarkLordZach/apm-boost-mode-1Gravatar bunnei2019-07-0711-57/+236
|\ \ \ \ \ \
| * | | | | | am: Implement SetCpuBoostMode in terms of APMGravatar Zach Hilman2019-06-285-13/+26
| * | | | | | apm: Implement SetCpuBoostModeGravatar Zach Hilman2019-06-282-0/+14
| * | | | | | apm: Add getters for performance config and modeGravatar Zach Hilman2019-06-282-33/+49
| * | | | | | apm: Add apm:am serviceGravatar Zach Hilman2019-06-282-11/+9
| * | | | | | apm: Add Controller class to manage speed data and applicationGravatar Zach Hilman2019-06-282-0/+138
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2642 from DarkLordZach/fsp-log-2Gravatar bunnei2019-07-076-27/+73
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | fsp-srv: Implement GetAccessLogVersionInfoGravatar Zach Hilman2019-06-282-3/+14
| * | | | | fsp-srv: Implement OutputAccessLogToSdCardGravatar Zach Hilman2019-06-286-26/+61
| |/ / / /
* | | | | Merge pull request #2677 from lioncash/assertGravatar Zach Hilman2019-07-063-37/+48
|\ \ \ \ \
| * | | | | kernel/vm_manager: Rename 'new map' to 'stack'Gravatar Lioncash2019-07-063-37/+37
| * | | | | kernel/vm_manager: Handle stack/TLS IO region placement betterGravatar Lioncash2019-07-051-2/+13
| | |_|/ / | |/| | |
* | | | | 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