summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.Gravatar bunnei2021-02-1817-472/+475
| * | hle: kernel: Migrate SlabHeap to KSlabHeap.Gravatar bunnei2021-02-183-21/+20
| * | hle: kernel: Migrate MemoryLayout to KMemoryLayout.Gravatar bunnei2021-02-184-30/+29
| * | hle: kernel: Migrate AddressSpaceInfo to KAddressSpaceInfo.Gravatar bunnei2021-02-183-57/+52
| * | hle: kernel: memory_manager: Rename AllocateContinuous to AllocateContinuous.Gravatar bunnei2021-02-182-4/+28
| * | hle: kernel: KSystemControl does not belong in Memory namespace.Gravatar bunnei2021-02-186-29/+36
| * | hle: kernel: memory: PageHeap: Migrate to KPageBitmap class.Gravatar bunnei2021-02-184-197/+23
| * | hle: kernel: Add KPageBitmap class.Gravatar bunnei2021-02-181-0/+279
| * | hle: kernel: system_control: Add function GenerateRandomU64.Gravatar bunnei2021-02-182-3/+5
| * | hle: kernel: Add KSpinLock implementation.Gravatar bunnei2021-02-182-0/+87
| * | hle: kernel: Rename SharedMemory to KSharedMemory.Gravatar bunnei2021-02-1812-52/+52
* | | Merge pull request #5944 from Morph1984/gc-vibrationsGravatar bunnei2021-02-262-3/+130
|\ \ \
| * | | hid: Implement GameCube Controller VibrationsGravatar Morph2021-02-212-3/+130
* | | | acc: Stub GetNintendoAccountUserResourceCacheForApplicationGravatar Morph2021-02-211-1/+17
|/ / /
* / / kernel: Fix resource release exception on exitGravatar ameerj2021-02-203-2/+13
|/ /
* | Merge pull request #4973 from ameerj/nvdec-optGravatar bunnei2021-02-182-3/+7
|\ \
| * | Address PR feedbackGravatar ameerj2021-02-132-4/+2
| * | nvdec cleanupGravatar ameerj2021-02-131-1/+7
* | | Merge pull request #4940 from german77/nativeGCGravatar bunnei2021-02-152-1/+88
|\ \ \
| * | | hid: Implement GC controllerGravatar german2021-02-072-1/+88
| | |/ | |/|
* | | hle: service: ldn: IUserLocalCommunicationService: Improve the stub.Gravatar bunnei2021-02-131-5/+29
* | | hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disab...Gravatar bunnei2021-02-132-3/+18
* | | hle: service: am: IStorageAccessor: Fix out of bounds error handling.Gravatar bunnei2021-02-131-6/+7
| |/ |/|
* | 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
|\ \ \ \