summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | hle: kernel: process: Add schedule count tracking, to be used for yield impl.Gravatar bunnei2020-12-061-0/+13
| * | hle: kernel: svc: Remove unnecessary hack in svcSleep.Gravatar bunnei2020-12-061-7/+0
| * | common: Port KPriorityQueue from Mesosphere.Gravatar bunnei2020-12-061-0/+443
| * | hle: kernel: Port KAffinityMask from Mesosphere.Gravatar bunnei2020-12-065-14/+77
* | | buffer_queue: better use of std::arrayGravatar ameerj2020-12-181-59/+46
* | | Overwrite slots instead of queuing them, add disconnect signalGravatar ameerj2020-12-173-27/+33
| |/ |/|
* | Merge pull request #5190 from Morph1984/validate_device_handleGravatar bunnei2020-12-152-0/+45
|\ \
| * | controllers/npad: Validate device handles before useGravatar Morph2020-12-122-0/+45
* | | Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindexGravatar bunnei2020-12-155-8/+62
|\ \ \
| * | | fsp_srv: Implement OpenDataStorageWithProgramIndexGravatar Morph2020-12-084-1/+57
| * | | file_sys: Consolidate common Title ID operationsGravatar Morph2020-12-081-7/+5
* | | | Merge pull request #5168 from Morph1984/aoc-PurchaseEventManagerGravatar bunnei2020-12-142-2/+76
|\ \ \ \ | |_|/ / |/| | |
| * | | IPurchaseEventManager: Implement GetPurchasedEventReadableHandleGravatar Morph2020-12-081-1/+14
| * | | IPurchaseEventManager: Stub Set(Default)DeliveryTargetGravatar Morph2020-12-081-2/+27
| * | | aoc_u: Stub Create(Permanent)EcPurchasedEventManagerGravatar Morph2020-12-082-2/+38
| |/ /
* | | Merge pull request #5172 from lioncash/svc-wideGravatar bunnei2020-12-111-35/+25
|\ \ \
| * | | svc: Remove unnecessary castsGravatar Lioncash2020-12-081-35/+25
| |/ /
* | | Merge pull request #5123 from Morph1984/nim-IsLargeResourceAvailableGravatar bunnei2020-12-101-1/+13
|\ \ \
| * | | nim: Stub IsLargeResourceAvailableGravatar Morph2020-12-041-1/+13
| | |/ | |/|
* | | Merge pull request #5142 from comex/xx-poll-eventsGravatar Rodrigo Locatti2020-12-094-40/+45
|\ \ \
| * | | network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum...Gravatar comex2020-12-064-40/+45
* | | | Merge pull request #5166 from lioncash/log-castGravatar bunnei2020-12-0821-76/+67
|\ \ \ \
| * | | | core: Remove unnecessary enum casts in log callsGravatar Lioncash2020-12-0721-76/+67
* | | | | Merge pull request #5135 from Morph1984/applets-shadowGravatar bunnei2020-12-081-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | applets: Resolve variable shadowingGravatar Morph2020-12-051-1/+1
| | |_|/ | |/| |
* | | | controller: Use std::move within ConvertToFrontendParameters()Gravatar Lioncash2020-12-071-3/+3
* | | | controller: Avoid unnecessary copies in ConfigurationComplete()Gravatar Lioncash2020-12-071-9/+8
| |/ / |/| |
* | | Merge pull request #5148 from comex/xx-unused-fieldsGravatar bunnei2020-12-062-3/+3
|\ \ \
| * | | core: Mark unused fields as [[maybe_unused]]Gravatar comex2020-12-062-3/+3
| |/ /
* | | Merge pull request #5154 from comex/xx-ipcGravatar bunnei2020-12-062-34/+37
|\ \ \
| * | | hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cppGravatar comex2020-12-062-34/+37
| |/ /
* | | Merge pull request #5147 from comex/xx-purevirtGravatar LC2020-12-071-33/+0
|\ \ \
| * | | nvdrv: Remove useless re-declaration of pure virtual methods that were alread...Gravatar comex2020-12-061-33/+0
| |/ /
* | | Merge pull request #5150 from comex/xx-boxcatGravatar LC2020-12-071-1/+1
|\ \ \
| * | | boxcat: Avoid unnecessary object copyGravatar comex2020-12-061-1/+1
| |/ /
* | | Merge pull request #5136 from lioncash/video-shadow3Gravatar LC2020-12-071-3/+3
|\ \ \ | |_|/ |/| |
| * | video_core: Resolve more variable shadowing scenarios pt.3Gravatar Lioncash2020-12-051-3/+3
| |/
* / Fix "explicitly defaulted but implicitly deleted" warningGravatar comex2020-12-061-1/+1
|/
* Merge pull request #4996 from bunnei/use-4jitsGravatar bunnei2020-12-0316-120/+132
|\
| * kernel: scheduler: Minor cleanup to remove duplicated code.Gravatar bunnei2020-11-292-46/+14
| * kernel: time_manager: Protect access with a mutex.Gravatar bunnei2020-11-292-1/+5
| * hle: kernel: thread: Remove unused "Running" state.Gravatar bunnei2020-11-292-6/+0
| * core: arm: Implement InvalidateCacheRange for CPU cache invalidation.Gravatar bunnei2020-11-295-10/+21
| * hle: kernel: time_manager: Avoid a crash on process exit.Gravatar bunnei2020-11-291-1/+4
| * hle: kernel: AddressArbiter: Remove unused code.Gravatar bunnei2020-11-292-9/+0
| * hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled.Gravatar bunnei2020-11-291-1/+2
| * common: fiber: Use boost::context instead of native fibers on Windows.Gravatar bunnei2020-11-291-1/+1
| * hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.Gravatar bunnei2020-11-298-57/+97
* | Merge pull request #5000 from lioncash/audio-errorGravatar bunnei2020-12-021-1/+1
|\ \ | |/ |/|
| * audio_core: Make shadowing and unused parameters errorsGravatar Lioncash2020-12-031-1/+1