summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nifm (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: support offline web appletGravatar Liam2024-01-291-1/+11
* service: Stub multiple functions to increase stability of album appletGravatar Narr the Reg2023-10-072-1/+12
* network: Forward declarationsGravatar Morph2023-07-172-3/+5
* Silence nifm spamGravatar Kelebek12023-04-221-3/+3
* service: move hle_ipc from kernelGravatar Liam2023-03-012-34/+34
* service: refactor server architectureGravatar Liam2023-02-212-10/+12
* service: nifm: Initialize request stateGravatar german772023-01-011-0/+1
* service: nifm: Match documentation namesGravatar german772023-01-011-31/+56
* service: nifm: Update stubs for Submit/GetRequestState/GetResultGravatar Morph2022-11-281-7/+34
* core, yuzu: Address first part of review commentsGravatar FearlessTobi2022-08-151-0/+1
* core, network: Add ability to proxy socket packetsGravatar FearlessTobi2022-08-152-163/+205
* yuzu: Add ui files for multiplayer roomsGravatar FearlessTobi2022-07-251-2/+2
* service: nifm: Stub GetInternetConnectionStatusGravatar german772022-06-281-1/+41
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-232-6/+4
* core: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* core: Remove unused includesGravatar ameerj2021-11-031-1/+0
* service: Replace service event creation with ServiceContext::CreateEventGravatar Morph2021-10-011-8/+24
* service: nifm: Populate fields in GetCurrentNetworkProfileGravatar Morph2021-08-271-29/+37
* service: nifm: Cleanup GetCurrentIpConfigInfoGravatar Morph2021-08-271-26/+21
* network: retrieve subnet mask and gateway infoGravatar Sönke Holz2021-08-161-8/+16
* nifm: use operator*() instead of .value() to get value of std::optionalGravatar Sönke Holz2021-08-131-2/+2
* nifm: treat a missing host IP address as a non-critical errorGravatar Sönke Holz2021-08-131-2/+2
* configuration: add option to select network interfaceGravatar spholz2021-08-121-15/+21
* network: GetCurrentIpConfigInfo: return host IP addressGravatar Sönke Holz2021-08-071-1/+4
* general: Make most settings a BasicSettingGravatar lat9nq2021-06-281-3/+3
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-20/+20
* nifm, ssl: Fix incorrect response sizesGravatar Morph2021-05-161-1/+1
* fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly c...Gravatar bunnei2021-05-051-2/+0
* hle: kernel: Ensure all kernel objects with KAutoObject are properly created.Gravatar bunnei2021-05-051-0/+3
* hle: kernel: Migrate KEvent to KAutoObject.Gravatar bunnei2021-05-051-7/+6
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.Gravatar bunnei2021-02-051-5/+8
* hle: kernel: Rename WritableEvent to KWritableEvent.Gravatar bunnei2021-02-051-3/+3
* hle: kernel: Rename ReadableEvent to KReadableEvent.Gravatar bunnei2021-02-051-1/+1
* Merge pull request #5859 from Morph1984/nifmGravatar bunnei2021-01-311-2/+157
|\
| * nifm: Stub GetCurrentIpConfigInfoGravatar Morph2021-01-311-1/+29
| * nifm: Stub GetCurrentNetworkProfileGravatar Morph2021-01-311-1/+41
| * nifm: Add several structsGravatar Morph2021-01-311-0/+87
* | nifm: Fix GetAppletInfo stubGravatar Morph2021-01-311-1/+5
|/
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-262-18/+15
* Added remaining paramsGravatar David Marcec2020-10-201-1/+4
* nifm: GetAppletInfo stubGravatar David Marcec2020-10-201-1/+8
* services/nifm: Implement GetCurrentIpAddressGravatar ReinUsesLisp2020-07-281-1/+12
* clang-formatGravatar VolcaEM2020-05-211-1/+2
* nifm: correct assert in CreateTemporaryNetworkProfileGravatar VolcaEM2020-05-211-1/+1
* Merge pull request #2945 from FernandoS27/fix-bcatGravatar bunnei2020-01-051-3/+17
|\
| * nifm: Only return that there's an internet connection when there's a BCATServerGravatar Fernando Sahmkow2019-11-061-3/+17
* | service: Update function tablesGravatar Lioncash2019-11-121-0/+8
|/
* kernel: events: Remove ResetType::Automatic.Gravatar bunnei2019-11-031-4/+2
* nifm: Signal to applications that internet access is availableGravatar Zach Hilman2019-09-301-3/+10