summaryrefslogtreecommitdiff
path: root/src/core/hle/service (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10003 from german77/disconnectGravatar liamwhite2023-03-281-1/+2
|\
| * service: hid: Silence warning on MergeSingleJoyAsDualJoyGravatar Narr the Reg2023-03-271-1/+2
* | Merge pull request #9984 from liamwhite/global-memoryGravatar liamwhite2023-03-279-27/+29
|\ \
| * | memory: rename global memory references to application memoryGravatar Liam2023-03-239-27/+29
* | | service: nfp: Add plain amiibo supportGravatar german772023-03-265-8/+37
| |/ |/|
* | Merge pull request #9981 from german77/nfp_connectGravatar liamwhite2023-03-244-4/+30
|\ \ | |/ |/|
| * nfc: Initialize device when controller is connectedGravatar Narr the Reg2023-03-214-4/+30
* | Merge pull request #9964 from liamwhite/typed-addressGravatar liamwhite2023-03-2310-21/+22
|\ \ | |/ |/|
| * kernel: use KTypedAddress for addressesGravatar Liam2023-03-2210-21/+22
* | service: nfp: Replace crc function with boost equivalentGravatar Narr the Reg2023-03-162-28/+17
* | service: nfp: Close app area and recreate crcGravatar Narr the Reg2023-03-151-0/+10
* | service: nfp: Convert mii colors to v3Gravatar Narr the Reg2023-03-156-15/+100
* | service: nfp: Actually write correct crcGravatar Narr the Reg2023-03-146-23/+44
|/
* kernel: convert KProcess to new styleGravatar Liam2023-03-123-13/+13
* kernel: convert KThread to new styleGravatar Liam2023-03-121-1/+1
* kernel: convert KPort, KSessionGravatar Liam2023-03-124-5/+5
* general: fix spelling mistakesGravatar Liam2023-03-1210-12/+12
* Merge pull request #9928 from german77/super_nfpGravatar liamwhite2023-03-105-52/+234
|\
| * service: nfp: Improve implementationGravatar Narr the Reg2023-03-095-52/+234
* | Merge pull request #9917 from Morph1984/the-real-timeGravatar liamwhite2023-03-102-5/+5
|\ \ | |/ |/|
| * hid: Use nanosecond timestamps instead of ticksGravatar Morph2023-03-072-5/+5
* | hle: rename legacy errors to ResultsGravatar Liam2023-03-0620-116/+103
|/
* service: psc: Update namesGravatar Narr the Reg2023-03-051-9/+9
* service: ssl: Add missing properties and update namesGravatar Narr the Reg2023-03-051-18/+58
* service: usb: Update namesGravatar Narr the Reg2023-03-051-35/+35
* nvnflinger: fix nameGravatar Liam2023-03-0150-311/+310
* service: move hle_ipc from kernelGravatar Liam2023-03-01139-1644/+3037
* sm:: remove unused memberGravatar Liam2023-03-011-1/+0
* Merge pull request #9832 from liamwhite/hle-mpGravatar liamwhite2023-03-01123-658/+1328
|\
| * sm:: fix lingering session initialization issuesGravatar Liam2023-02-211-2/+7
| * sm:: support service registration deferralGravatar Liam2023-02-214-8/+142
| * service: refactor server architectureGravatar Liam2023-02-21123-653/+1184
* | Merge pull request #9859 from liamwhite/tmem-useGravatar liamwhite2023-02-2721-75/+95
|\ \
| * | am: avoid direct pointer access of transfer memory objectsGravatar Liam2023-02-241-6/+4
| * | hid: avoid direct pointer access of transfer memory objectsGravatar Liam2023-02-2420-69/+91
* | | service: btm: Fix handle functionsGravatar Narr the Reg2023-02-271-4/+8
* | | Merge pull request #9857 from german77/fwupdateGravatar liamwhite2023-02-2513-2/+63
|\ \ \
| * | | core: Update service function tables to 16.0.0+Gravatar Narr the Reg2023-02-2413-2/+63
| |/ /
* / / core: hidbus: Fix BusType sizeGravatar Narr the Reg2023-02-242-15/+15
|/ /
* | core: hid: Fix native mouse mappingsGravatar Narr the Reg2023-02-213-1/+12
* | net: translate ECONNRESET network errorGravatar MonsterDruide12023-02-212-0/+3
|/
* Merge pull request #9796 from liamwhite/currentGravatar liamwhite2023-02-1521-55/+59
|\
| * general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-1321-55/+59
* | Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usageGravatar liamwhite2023-02-154-4/+4
|\ \
| * | remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades792023-02-1421-47/+47
| * | apply clang-formatGravatar arades792023-02-141-3/+3
| * | add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades792023-02-1420-44/+44
| |/
* / service: remove deleted servicesGravatar Liam2023-02-1423-605/+0
|/
* core: hid: Use gyro thresholds modes set by the gameGravatar Narr the Reg2023-02-093-15/+12
* service: hid: Return error if arguments of SetSupportedNpadIdType is invalidGravatar Narr the Reg2023-02-074-6/+15