summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | Merge pull request #4998 from Morph1984/bioshock-patchGravatar bunnei2020-11-281-2/+4
|\ \
| * | hid: Check if applet_resource exists in InitializeVibrationDeviceGravatar Morph2020-11-251-2/+4
| |/
* | Add missing types to NpadCommunicationModeGravatar german2020-11-281-0/+2
* | Merge pull request #5021 from german77/StubCommunicationModeGravatar bunnei2020-11-284-2/+50
|\ \
| * | Stub set and get NpadCommunicationModeGravatar german2020-11-264-2/+50
* | | savedata_factory: Eliminate usage of the global system instanceGravatar Lioncash2020-11-271-1/+2
* | | service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-26219-897/+1207
|/ /
* | Merge pull request #4975 from comex/invalid-syncpoint-idGravatar bunnei2020-11-261-2/+2
|\ \
| * | nvdrv, video_core: Don't index out of bounds when given invalid syncpoint IDGravatar comex2020-11-241-2/+2
* | | Merge pull request #4981 from ogniK5377/ioctl-ctrlGravatar bunnei2020-11-2524-91/+214
|\ \ \ | |_|/ |/| |
| * | nvservices: Reintroducee IoctlCtrlGravatar Chloe Marcec2020-11-2424-91/+214
| |/
* | service: am: Implement ExecuteProgram and required stubs.Gravatar bunnei2020-11-242-3/+34