summaryrefslogtreecommitdiff
path: root/src/core/hle/service (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8598 from Link4565/recv-dontwaitGravatar bunnei2022-07-211-1/+19
|\
| * Enable the use of MSG_DONTWAIT flag on RecvImplGravatar Link45652022-07-161-1/+19
* | implement resume messageGravatar Gus Caplan2022-07-172-0/+5
* | Merge pull request #8508 from yuzu-emu/mc-speed-limitGravatar bunnei2022-07-171-3/+15
|\ \
| * | hle: service: nvflinger: Fix implicit conversion.Gravatar bunnei2022-07-161-1/+4
| * | yuzu: settings: Remove framerate cap and merge unlocked framerate setting.Gravatar bunnei2022-07-161-8/+10
| * | hle: service: nvflinger: Factor speed limit into frame time calculation.Gravatar bunnei2022-07-161-1/+8
* | | Merge pull request #8544 from german77/14dot0Gravatar bunnei2022-07-178-29/+45
|\ \ \ | |/ / |/| |
| * | service: fatal: Add function tableGravatar german772022-07-141-1/+7
| * | service: btdrv,bcat,btm: Update service tables to 14.0.0Gravatar german772022-07-143-4/+13
| * | service am: Update service tables to 14.0.0Gravatar german772022-07-141-0/+3
| * | service: ac: Replace intances of ProfileData with UserDataGravatar german772022-07-143-24/+22
* | | Merge pull request #8511 from german77/hbmenuGravatar bunnei2022-07-168-83/+218
|\ \ \ | |_|/ |/| |
| * | service: nifm: Stub GetInternetConnectionStatusGravatar german772022-06-281-1/+41
| * | service: ptm: Rewrite PSM and add TSGravatar german772022-06-287-82/+177
* | | nvflinger: Polymorphic destructor requried for abstract class IBinderGravatar Merry2022-07-151-0/+1
* | | Merge pull request #8510 from german77/vibrationGravatar liamwhite2022-07-141-2/+2
|\ \ \ | |_|/ |/| |
| * | input_common: sdl: lower vibration frequency and use it's own unique threadGravatar german772022-06-281-2/+2
| |/
* | PRGravatar Kelebek12022-07-103-8/+7
* | Rework CoreTimingGravatar Kelebek12022-07-103-45/+26
* | service: hid: Correct some mistakes and add more validationsGravatar Narr the Reg2022-06-284-40/+75
|/
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-2676-414/+408
* service: am: Stub PerformSystemButtonPressingIfInFocusGravatar Narr the Reg2022-06-202-1/+24
* Merge pull request #8457 from liamwhite/kprocess-suspendGravatar Fernando S2022-06-161-2/+2
|\
| * kernel: implement KProcess suspensionGravatar Liam2022-06-141-2/+2
* | Merge pull request #8317 from german77/notifaGravatar bunnei2022-06-152-8/+172
|\ \ | |/ |/|
| * service: notifa: Implement most part of this serviceGravatar german772022-05-092-8/+172
* | common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-1317-27/+27
* | service: hid: Fix gesture regressionGravatar Narr the Reg2022-06-102-4/+3
* | Merge pull request #8428 from bunnei/nvflinger-fix-timingGravatar bunnei2022-06-083-31/+3
|\ \
| * | hle: service: nvflinger: buffer_queue_consumer: Always free released buffers.Gravatar bunnei2022-06-053-31/+3
* | | Merge pull request #8426 from liamwhite/elfGravatar bunnei2022-06-051-24/+8
|\ \ \ | |/ / |/| |
| * | common: consolidate ELF structure definitionsGravatar Liam2022-06-051-24/+8
* | | service: hid: Improve stub of IRSGravatar Narr the Reg2022-05-312-21/+460
|/ /
* | 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