summaryrefslogtreecommitdiff
path: root/src/core/hle/service (follow)
Commit message (Expand)AuthorAgeFilesLines
* lm: Implement lm::Initialize and Logger::log.Gravatar bunnei2017-10-182-3/+67
* service: Add CreatePort function (that does not register/install).Gravatar bunnei2017-10-182-0/+12
* service: Print correct command ID on unimplemented function.Gravatar bunnei2017-10-171-1/+1
* hle: Implement ConvertSessionToDomain, various cleanups.Gravatar bunnei2017-10-155-27/+40
* hle: Add service stubs for apm and appletOE.Gravatar bunnei2017-10-149-2/+130
* hle: Initial implementation of NX service framework and IPC.Gravatar bunnei2017-10-1410-432/+283
* Remove more 3DS-specific code.Gravatar bunnei2017-10-134-45/+0
* Remove more 3DS-specific code.Gravatar bunnei2017-10-125-1411/+1
* Remove more 3DS-specific code.Gravatar bunnei2017-10-121-9/+0
* Remove lots more 3DS-specific code.Gravatar bunnei2017-10-1224-4161/+6
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-10173-20703/+2
* Merge remote-tracking branch 'upstream/master' into nxGravatar bunnei2017-10-0938-408/+1544
|\
| * Change command header in nwm::UDS Initialize functionGravatar Dragios2017-10-091-1/+1
| * Merge pull request #2953 from Subv/applet_launchGravatar Sebastian Valle2017-10-042-30/+47
| |\
| | * HLE/APT: Always set up the APT parameter when starting a library applet.Gravatar Subv2017-09-252-30/+47
| * | Services/NIM: Implement CheckForSysUpdateEvent.Gravatar Subv2017-09-303-2/+29
| * | Services/UDS: Handle the rest of the connection sequence. (#2963)Gravatar B3n302017-09-303-19/+250
| * | Merge pull request #2946 from Subv/home_menu_aptGravatar Sebastian Valle2017-09-303-8/+45
| |\ \
| | * | HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the...Gravatar Subv2017-09-243-2/+26
| | * | HLE/APT: Prepare the APT Wakeup parameter when the game calls InitializeGravatar Subv2017-09-241-6/+19
| | |/
| * | Fixed type conversion ambiguityGravatar Huw Pascoe2017-09-309-19/+21
| * | HLE/Archives: Allow multiple loaded applications to access their SelfNCCH arc...Gravatar Subv2017-09-252-1/+24
| * | Merge pull request #2948 from Subv/register_serviceGravatar B3n302017-09-254-1/+33
| |\ \
| | * | HLE/SRV: Implemented RegisterService.Gravatar Subv2017-09-244-1/+33
| | |/
| * / Services/UDS: Added a function to send EAPoL-Start packets (#2920)Gravatar B3n302017-09-255-88/+250
| |/
| * Merge pull request #2906 from Subv/ns_new_frameworkGravatar Yuri Kunde Schlesner2017-09-166-40/+73
| |\
| | * Services/NS: Port ns:s to the new service framework.Gravatar Subv2017-09-166-40/+73
| * | Merge pull request #2915 from wwylele/font-archive-2Gravatar bunnei2017-09-113-135/+155
| |\ \
| | * | APT: load different shared font depending on the regionGravatar wwylele2017-09-033-135/+155
| * | | Merge pull request #2831 from Subv/uds_authGravatar Weiyi Wang2017-09-056-53/+287
| |\ \ \ | | |/ / | |/| |
| | * | Services/UDS: Remove an old duplicated declaration of WifiPacket.Gravatar Subv2017-08-272-22/+0
| | * | Services/UDS: Handle the connection sequence packets.Gravatar Subv2017-08-271-17/+83
| | * | Services/UDS: Store the received beacon frames until RecvBeaconBroadcastData ...Gravatar Subv2017-08-271-3/+62
| | * | Services/UDS: Add functions to generate 802.11 auth and assoc response frames.Gravatar Subv2017-08-274-11/+142
| * | | HID: use TouchDevice for touch padGravatar wwylele2017-08-241-4/+8
| | |/ | |/|
| * | Merge pull request #2861 from wwylele/motion-refactorGravatar James Rowe2017-08-191-5/+27
| |\ \
| | * | HID: fix a comment and a warningGravatar wwylele2017-08-201-2/+2
| | * | HID: use MotionDevice for Accelerometer and GyroscopeGravatar wwylele2017-08-111-5/+27
| * | | Merge pull request #2881 from MerryMage/dsp-firm-checkGravatar Yuri Kunde Schlesner2017-08-151-3/+4
| |\ \ \
| | * | | dsp_dsp: Remove size assertion in LoadComponentGravatar MerryMage2017-08-151-3/+4
| * | | | Merge pull request #2843 from Subv/applet_slotsGravatar Sebastian Valle2017-08-122-35/+200
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Services/APT: Use the AppletAttributes union directly when dealing with apple...Gravatar Subv2017-08-071-19/+15
| | * | | Services/APT: Use an array to hold data about the 4 possible concurrent apple...Gravatar Subv2017-08-072-35/+204
| | |/ /
| * | | Merge pull request #2863 from wwylele/pad-state-zeroGravatar Weiyi Wang2017-08-102-2/+2
| |\ \ \
| | * | | HID: zero unused PadState bitsGravatar wwylele2017-08-102-2/+2
| | |/ /
| * | | Merge pull request #2862 from j-selby/update-cryptoppGravatar bunnei2017-08-091-1/+1
| |\ \ \
| | * | | Update cryptoppGravatar James2017-08-081-1/+1
| | |/ /
| * / / Service/dlp: Update function tables according 3dbrewGravatar mailwl2017-08-093-4/+44
| |/ /
| * | telemetry: Add field for RequiresSharedFont.Gravatar bunnei2017-08-031-0/+4
| * | Merge pull request #2840 from Subv/apt_parameterGravatar bunnei2017-07-272-33/+105
| |\ \