summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: More accurately reserve and release resourcesGravatar ameerj2021-02-126-14/+42
* kernel: KScopedReservation implementationGravatar ameerj2021-02-125-26/+151
* kernel: Unify result codes (#5890)Gravatar Chloe2021-02-1220-254/+222
* Merge pull request #5902 from lioncash/core-warnGravatar bunnei2021-02-113-4/+7
|\
| * bsd: Remove usage of optional emplace() with no argumentsGravatar Lioncash2021-02-091-2/+4
| * am/controller: Remove [[fallthrough]] from unreachable pathGravatar Lioncash2021-02-091-1/+2
| * nfp: Correct uninitialized size being used within GetTagInfo()Gravatar Lioncash2021-02-091-1/+1
* | software_keyboard: Implement Finalize request commandGravatar Morph2021-02-101-0/+4
* | Merge pull request #5892 from german77/backupGravatar bunnei2021-02-081-1/+12
|\ \
| * | olsc: Stub GetSaveDataBackupSettingGravatar german2021-02-071-1/+12
| |/
* | Merge pull request #5868 from german77/HandheldFixGravatar bunnei2021-02-081-0/+1
|\ \ | |/ |/|
| * Prevent over scheduling audio events and terminate properly the motion update...Gravatar german2021-02-021-0/+1
* | Merge pull request #5872 from lioncash/svc-errorGravatar Chloe2021-02-081-59/+188
|\ \
| * | svc: Provide more detailed error logs for svc functionsGravatar Lioncash2021-02-061-59/+188
* | | Merge pull request #5887 from ogniK5377/lm-fixGravatar bunnei2021-02-071-7/+9
|\ \ \
| * | | lm: Fix ReadLeb128Gravatar Chloe Marcec2021-02-071-7/+9
* | | | Merge pull request #5878 from aleasto/masterGravatar Morph2021-02-071-2/+7
|\ \ \ \ | |/ / / |/| | |
| * | | pl_u: Fix read out of boundsGravatar Alessandro Astone2021-02-061-2/+7
* | | | Merge pull request #5871 from lioncash/address-arbGravatar bunnei2021-02-061-54/+30
|\ \ \ \
| * | | | k_address_arbiter: Unfold R_UNLESS macrosGravatar Lioncash2021-02-061-5/+8
| * | | | k_address_arbiter: Remove unnecessary usages of std::addressofGravatar Lioncash2021-02-061-10/+10
| * | | | k_address_arbiter: Remove dead codeGravatar Lioncash2021-02-061-40/+13
| | |/ / | |/| |
* | | | Merge pull request #5326 from german77/hidUpdate1Gravatar bunnei2021-02-0610-168/+406
|\ \ \ \ | |/ / / |/| | |
| * | | Add footer types and address commentsGravatar german2021-02-037-58/+106
| * | | Fix npad struct to match switchbrewGravatar german2021-02-033-105/+134
| * | | Adds missing controller types and propertiesGravatar german2021-02-039-30/+191
* | | | Merge pull request #5862 from bunnei/keventGravatar bunnei2021-02-0559-559/+720
|\ \ \ \
| * | | | hle: kernel: Drop R_UNLESS_NOLOG in favor of expanded if-statement.Gravatar bunnei2021-02-052-3/+11
| * | | | hle: kernel: KAddressArbiter: Remove noisy error log.Gravatar bunnei2021-02-051-1/+1
| * | | | hle: kernel: svc: Cleanup KEvent/KReadableEvent/KWritableEvent SVCs.Gravatar bunnei2021-02-055-69/+89
| * | | | hle: kernel: Reimplement KReadableEvent and KWritableEvent.Gravatar bunnei2021-02-0538-298/+341
| * | | | hle: kernel: Implement KEvent.Gravatar bunnei2021-02-052-0/+89
| * | | | hle: kernel: KAddressArbiter: Use R_UNLESS_NOLOG where applicable.Gravatar bunnei2021-02-051-1/+1
| * | | | hle: kernel: Rename WritableEvent to KWritableEvent.Gravatar bunnei2021-02-0543-99/+99
| * | | | hle: kernel: Rename ReadableEvent to KReadableEvent.Gravatar bunnei2021-02-0539-74/+75
* | | | | Merge pull request #5875 from lioncash/identifierGravatar bunnei2021-02-051-9/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | k_priority_queue: Unfold several declval usagesGravatar Lioncash2021-02-041-5/+5
| * | | | k_priority_queue: Simplify affinity mask type aliasGravatar Lioncash2021-02-041-2/+2
| * | | | k_priority_queue: Resolved reserved identifierGravatar Lioncash2021-02-041-2/+2
| |/ / /
* | | | Merge pull request #5867 from Morph1984/am-GetHealthWarningDisappearedSystemE...Gravatar bunnei2021-02-052-1/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEventGravatar Morph2021-02-022-1/+14
* | | | k_affinity_mask: Avoid implicit truncation to boolGravatar Lioncash2021-02-041-1/+1
| |/ / |/| |
* | | Merge pull request #5848 from ogniK5377/k-resourcelimitGravatar bunnei2021-02-0312-228/+340
|\ \ \
| * | | Simplify limitableresource namesGravatar Chloe Marcec2021-02-036-36/+29
| * | | Compile errorGravatar Chloe Marcec2021-02-021-1/+1
| * | | Address issuesGravatar Chloe Marcec2021-02-023-19/+15
| * | | fix compile errorGravatar Chloe Marcec2021-01-301-1/+1
| * | | cleanup commentingGravatar Chloe Marcec2021-01-301-2/+2
| * | | Drop m_ from lockGravatar Chloe Marcec2021-01-302-9/+9
| * | | Move to GetGlobalTimeNs, fix GetTotalPhysicalMemoryAvailableGravatar Chloe Marcec2021-01-303-9/+7