summaryrefslogtreecommitdiff
path: root/src/core/hle/service (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8368 from german77/seventimesGravatar bunnei2022-05-305-368/+600
|\
| * service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssignedGravatar german772022-05-274-6/+115
| * service: hid: Implement LoadSixAxisSensorCalibrationParameter and GetSixAxisS...Gravatar german772022-05-274-3/+103
| * service: hid: Implement EnableSixAxisSensorUnalteredPassthrough and IsSixAxis...Gravatar german772022-05-274-2/+88
| * service: hid: Add error handling to sixaxis functionsGravatar german772022-05-273-31/+55
| * service: hid: Refractor sixaxis functionsGravatar german772022-05-272-185/+88
| * service: hid: Implement MergeSingleJoyAsDualJoy according to REGravatar german772022-05-274-65/+57
| * service: hid: Add error handling to setNpadAssignment and variantsGravatar german772022-05-273-23/+27
| * service: hid: Quick RE fixes and commentsGravatar german772022-05-274-54/+68
* | Merge pull request #8332 from Morph1984/reduce_exec_sizeGravatar bunnei2022-05-291-4/+3
|\ \
| * | time_zone_manager: Use s8 for month length tablesGravatar Morph2022-05-131-4/+3
| |/
* / input_common: touch: Rewrite touch driver to support multiple touch pointsGravatar german772022-05-231-1/+5
|/
* service: hid: Fix motion refresh rateGravatar Narr the Reg2022-05-062-2/+6
* service: hid: Disable correctly motion inputGravatar german772022-05-061-50/+41
* Merge pull request #8274 from german77/firmwareGravatar Morph2022-04-292-1/+21
|\
| * service: hid: Stub IsFirmwareUpdateNeededForNotificationGravatar german772022-04-272-1/+21
* | chore: add missing SPDX tagsGravatar Andrea Pappacoda2022-04-281-19/+2
* | Merge pull request #8229 from german77/reinterpret2Gravatar bunnei2022-04-2721-350/+393
|\ \ | |/ |/|
| * service: hid: Ensure all structs are initializedGravatar Narr the Reg2022-04-2315-68/+69
| * service: hid: Access shared memory directlyGravatar Narr the Reg2022-04-2321-305/+347
* | service: jit: document and clean upGravatar Liam2022-04-243-132/+225
|/
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-23406-1200/+823
* service: hid: Improve accuracy of sixaxis functionsGravatar Narr the Reg2022-04-185-97/+360
* yuzu: Add custom ringcon configurationGravatar german772022-04-165-64/+54
* hidbus: Implement hidbus and ringconGravatar german772022-04-1611-26/+1645
* Merge pull request #8172 from bunnei/kernel-mutexGravatar Fernando S2022-04-162-4/+4
|\
| * core: hle: service: Allocate a service thread.Gravatar bunnei2022-04-111-1/+2
| * hle: kernel: Use std::mutex instead of spin locks for most kernel locking.Gravatar bunnei2022-04-111-3/+2
* | service: jit: Implement the JIT serviceGravatar Liam2022-04-133-6/+774
* | Merge pull request #8165 from bunnei/ensure-session-port-cleanupGravatar bunnei2022-04-122-8/+2
|\ \
| * | hle: kernel: Unify and integrate reference tracking for KServerPort/KServerSe...Gravatar bunnei2022-04-081-0/+1
| * | hle: service: sm: Remove manual tracking of KServerPorts.Gravatar bunnei2022-04-082-8/+1
* | | Merge pull request #8178 from tech-ticks/skyline-icache-fixGravatar bunnei2022-04-121-11/+19
|\ \ \ | |_|/ |/| |
| * | hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemo...Gravatar tech-ticks2022-04-091-11/+19
* | | service: sfdnsres: add missing includes for some BSDs after 82d46a974ad4Gravatar Jan Beich2022-04-111-0/+4
* | | Merge pull request #8171 from tech-ticks/skyline-improvementsGravatar Fernando S2022-04-104-5/+201
|\ \ \ | |_|/ |/| |
| * | service: sfdnsres: Implement DNS address resolutionGravatar tech-ticks2022-04-082-5/+197
| * | service: bsd: Add keepalive socket optionGravatar tech-ticks2022-04-072-0/+4
| |/
* | Merge pull request #8169 from merryhime/scoped_lockGravatar bunnei2022-04-087-26/+26
|\ \
| * | core/hle: Standardize scoped_lock initializersGravatar Merry2022-04-075-23/+23
| * | core/hle: Replace lock_guard with scoped_lockGravatar Merry2022-04-072-3/+3
* | | fix: remove #pragma once in .cpp fileGravatar Andrea Pappacoda2022-04-071-2/+0
|/ /
* | Merge pull request #8164 from liamwhite/jit-stubGravatar bunnei2022-04-065-1/+84
|\ \
| * | service: jit: stub JIT serviceGravatar Liam2022-04-065-1/+84
| |/
* | Merge pull request #8122 from bunnei/improve-thread-usageGravatar bunnei2022-04-069-20/+32
|\ \ | |/ |/|
| * hle: service: nvdrv: Create a service thread where appropriate.Gravatar Morph2022-04-021-1/+1
| * hle: service: vi: Create a service thread where appropriate.Gravatar bunnei2022-04-021-1/+2
| * hle: service: bsd: Create a service thread where appropriate.Gravatar bunnei2022-04-021-1/+2
| * hle: service: filesystem: Create a service thread where appropriate.Gravatar bunnei2022-04-021-5/+8
| * hle: service: audio: Create a service thread where appropriate.Gravatar bunnei2022-04-022-4/+6