summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1704 from DarkLordZach/oss-sysarchiveGravatar bunnei2018-12-048-1/+227
|\
| * file_sys: Implement system archive synthesizer for NgWord (806)Gravatar Zach Hilman2018-11-225-6/+61
| * fsp_srv: Add support for using open source archive if not found in NANDGravatar Zach Hilman2018-11-151-0/+10
| * file_sys: Add framework for synthesizing open source archivesGravatar Zach Hilman2018-11-153-0/+109
| * vfs_vector: Add VFS backend for std::arrayGravatar Zach Hilman2018-11-151-0/+52
* | Merge pull request #1838 from lioncash/dedupGravatar bunnei2018-12-041-27/+26
|\ \
| * | file_sys/registered_cache: Eliminate variable shadowingGravatar Lioncash2018-12-011-27/+26
* | | Merge pull request #1836 from lioncash/unusedGravatar bunnei2018-12-041-1/+0
|\ \ \
| * | | crypto/key_manager: Remove unused variable in GetTicketblob()Gravatar Lioncash2018-12-011-1/+0
| |/ /
* | | kernel/svc: Remove unused header inclusionGravatar Lioncash2018-12-041-1/+0
* | | kernel/svc: Implement svcSignalEvent()Gravatar Lioncash2018-12-041-1/+16
* | | kernel/svc: Implement svcCreateEvent()Gravatar Lioncash2018-12-042-1/+42
* | | Merge pull request #1845 from lioncash/nroGravatar bunnei2018-12-045-19/+23
|\ \ \
| * | | loader/nso: Remove dependency on the System classGravatar Lioncash2018-12-023-8/+11
| * | | loader/nro: Make the static LoadNro function internally linkedGravatar Lioncash2018-12-022-7/+5
| * | | loader/nro: Remove dependency on the System classGravatar Lioncash2018-12-022-10/+13
* | | | Merge pull request #1853 from lioncash/eventGravatar bunnei2018-12-045-10/+19
|\ \ \ \
| * | | | kernel/object: Amend handle types to distinguish between readable and writabl...Gravatar Lioncash2018-12-045-10/+19
* | | | | kernel/handle_table: Amend reference to CTR-OS in Create()Gravatar Lioncash2018-12-041-2/+3
* | | | | kernel/svc: Implement the resource limit svcGetInfo optionGravatar Lioncash2018-12-044-9/+34
|/ / / /
* | | | [Kernel::CreateThread] Match format specifiers to LOG_TRACE's argumentsGravatar V.Kalyuzhny2018-12-041-1/+1
* | | | Merge pull request #1840 from lioncash/infoGravatar bunnei2018-12-031-50/+100
|\ \ \ \
| * | | | svc: Use the current process' handle table for retrieving the process instanc...Gravatar Lioncash2018-12-021-1/+2
| * | | | svc: Reorganize svcGetInfo, handle more error cases for existing implemented ...Gravatar Lioncash2018-12-021-50/+99
| | |/ / | |/| |
* | | | Merge pull request #1835 from lioncash/cache-globalGravatar bunnei2018-12-036-31/+17
|\ \ \ \
| * | | | filesystem: De-globalize registered_cache_unionGravatar Lioncash2018-12-016-31/+17
| |/ / /
* | | | Merge pull request #1803 from DarkLordZach/k-able-eventGravatar bunnei2018-12-0333-236/+397
|\ \ \ \
| * | | | hle_ipc: Refactor SleepClientThread to avoid ReadableEventGravatar Zach Hilman2018-11-299-14/+14
| * | | | kernel/event: Reference ReadableEvent from WritableEventGravatar Zach Hilman2018-11-2930-311/+169
| * | | | core: Port all current usages of Event to Readable/WritableEventGravatar Zach Hilman2018-11-2925-153/+274
| * | | | hle_ipc: Use event pair for SleepClientThreadGravatar Zach Hilman2018-11-292-19/+22
| * | | | kernel: Add named event tableGravatar Zach Hilman2018-11-292-0/+30
| * | | | kernel: Divide Event into ReadableEvent and WritableEventGravatar Zach Hilman2018-11-296-61/+210
| * | | | kernel/object: Add descriptions to ResetTypesGravatar Zach Hilman2018-11-291-3/+3
* | | | | Merge pull request #1833 from lioncash/cleanGravatar bunnei2018-12-035-5/+97
|\ \ \ \ \
| * | | | | file_sys: Override missing mutating functions to be stubbed out for ReadOnlyV...Gravatar Lioncash2018-11-302-0/+25
| * | | | | service/fsp_srv: Implement CleanDirectoryRecursivelyGravatar Lioncash2018-11-305-5/+72
* | | | | | Merge pull request #1839 from lioncash/initGravatar bunnei2018-12-031-2/+2
|\ \ \ \ \ \
| * | | | | | service/audio/audout_u: Amend constructor initialization list orderGravatar Lioncash2018-12-011-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1841 from ogniK5377/npad-mode-fixGravatar bunnei2018-12-031-2/+3
|\ \ \ \ \ \
| * | | | | | Fixed crash with SetNpadModeGravatar David Marcec2018-12-031-2/+3
| | |_|_|/ / | |/| | | |
* | | | | | service/usb: Update function tableGravatar Lioncash2018-12-021-1/+1
* | | | | | service/erpt: Update function tableGravatar Lioncash2018-12-021-5/+7
|/ / / / /
* | | | | Merge pull request #1830 from Subv/vi_ubGravatar bunnei2018-12-011-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Services/VI: Dereferencing an uninitialized std::optional is undefined behavior.Gravatar Subv2018-11-301-0/+2
| | |/ / | |/| |
* | | | Fix debug buildGravatar Lioncash2018-12-011-1/+1
| |/ / |/| |
* | | service/set: Convert GetLanguageCode over to using PushEnum()Gravatar Lioncash2018-11-301-1/+1
* | | service/set: Implement MakeLanguageCodeGravatar Lioncash2018-11-302-1/+19
|/ /
* | Merge pull request #1801 from ogniK5377/log-before-executeGravatar bunnei2018-11-2951-390/+860
|\ \
| * | Added comment on Main memory size for more clarityGravatar David Marcec2018-11-271-0/+1