index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
nifm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: Stub multiple functions to increase stability of album applet
Narr the Reg
2023-10-08
2
-1
/
+12
*
network: Forward declarations
Morph
2023-07-17
2
-3
/
+5
*
Silence nifm spam
Kelebek1
2023-04-22
1
-3
/
+3
*
service: move hle_ipc from kernel
Liam
2023-03-01
2
-34
/
+34
*
service: refactor server architecture
Liam
2023-02-21
2
-10
/
+12
*
service: nifm: Initialize request state
german77
2023-01-02
1
-0
/
+1
*
service: nifm: Match documentation names
german77
2023-01-02
1
-31
/
+56
*
service: nifm: Update stubs for Submit/GetRequestState/GetResult
Morph
2022-11-29
1
-7
/
+34
*
core, yuzu: Address first part of review comments
FearlessTobi
2022-08-15
1
-0
/
+1
*
core, network: Add ability to proxy socket packets
FearlessTobi
2022-08-15
2
-163
/
+205
*
yuzu: Add ui files for multiplayer rooms
FearlessTobi
2022-07-25
1
-2
/
+2
*
service: nifm: Stub GetInternetConnectionStatus
german77
2022-06-29
1
-1
/
+41
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
2
-6
/
+4
*
core: Reduce unused includes
ameerj
2022-03-19
1
-1
/
+0
*
core: Remove unused includes
ameerj
2021-11-04
1
-1
/
+0
*
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-10-02
1
-8
/
+24
*
service: nifm: Populate fields in GetCurrentNetworkProfile
Morph
2021-08-27
1
-29
/
+37
*
service: nifm: Cleanup GetCurrentIpConfigInfo
Morph
2021-08-27
1
-26
/
+21
*
network: retrieve subnet mask and gateway info
Sönke Holz
2021-08-16
1
-8
/
+16
*
nifm: use operator*() instead of .value() to get value of std::optional
Sönke Holz
2021-08-13
1
-2
/
+2
*
nifm: treat a missing host IP address as a non-critical error
Sönke Holz
2021-08-13
1
-2
/
+2
*
configuration: add option to select network interface
spholz
2021-08-12
1
-15
/
+21
*
network: GetCurrentIpConfigInfo: return host IP address
Sönke Holz
2021-08-07
1
-1
/
+4
*
general: Make most settings a BasicSetting
lat9nq
2021-06-28
1
-3
/
+3
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-20
/
+20
*
nifm, ssl: Fix incorrect response sizes
Morph
2021-05-16
1
-1
/
+1
*
fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-06
1
-2
/
+0
*
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-06
1
-0
/
+3
*
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-06
1
-7
/
+6
*
common: Move settings to common from core.
bunnei
2021-04-15
1
-1
/
+1
*
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
1
-5
/
+8
*
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
1
-3
/
+3
*
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-02-05
1
-1
/
+1
*
Merge pull request #5859 from Morph1984/nifm
bunnei
2021-02-01
1
-2
/
+157
|
\
|
*
nifm: Stub GetCurrentIpConfigInfo
Morph
2021-01-31
1
-1
/
+29
|
*
nifm: Stub GetCurrentNetworkProfile
Morph
2021-01-31
1
-1
/
+41
|
*
nifm: Add several structs
Morph
2021-01-31
1
-0
/
+87
*
|
nifm: Fix GetAppletInfo stub
Morph
2021-01-31
1
-1
/
+5
|
/
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
2
-18
/
+15
*
Added remaining params
David Marcec
2020-10-20
1
-1
/
+4
*
nifm: GetAppletInfo stub
David Marcec
2020-10-20
1
-1
/
+8
*
services/nifm: Implement GetCurrentIpAddress
ReinUsesLisp
2020-07-28
1
-1
/
+12
*
clang-format
VolcaEM
2020-05-21
1
-1
/
+2
*
nifm: correct assert in CreateTemporaryNetworkProfile
VolcaEM
2020-05-21
1
-1
/
+1
*
Merge pull request #2945 from FernandoS27/fix-bcat
bunnei
2020-01-05
1
-3
/
+17
|
\
|
*
nifm: Only return that there's an internet connection when there's a BCATServer
Fernando Sahmkow
2019-11-07
1
-3
/
+17
*
|
service: Update function tables
Lioncash
2019-11-12
1
-0
/
+8
|
/
*
kernel: events: Remove ResetType::Automatic.
bunnei
2019-11-03
1
-4
/
+2
*
nifm: Signal to applications that internet access is available
Zach Hilman
2019-09-30
1
-3
/
+10
*
Deglobalize System: Nifm
David Marcec
2019-09-22
2
-13
/
+23
*
core/kernel/object: Rename ResetType enum members
Lioncash
2019-05-18
1
-2
/
+2
*
service: Update service function tables
Lioncash
2019-04-11
1
-0
/
+4
*
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
1
-10
/
+6
*
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-29
1
-5
/
+13
*
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
2018-11-26
1
-8
/
+21
*
nifm: Update service function tables
Lioncash
2018-10-19
1
-0
/
+1
*
Merge pull request #1368 from ogniK5377/nifm-fix
bunnei
2018-09-21
1
-1
/
+7
|
\
|
*
Fixed submit
David Marcec
2018-09-20
1
-2
/
+1
|
*
Added IRequest::Submit
David Marcec
2018-09-20
1
-1
/
+8
*
|
Revert GetRequestState
David Marcec
2018-09-21
1
-1
/
+1
|
/
*
Reworked incorrect nifm stubs (#1355)
David
2018-09-19
1
-3
/
+10
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
1
-2
/
+4
*
service/nifm: Deduplicate interface code
Lioncash
2018-07-25
8
-135
/
+30
*
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-19
1
-1
/
+1
*
Added IsWirelessCommunicationEnabled, IsEthernetCommunicationEnabled, IsAnyInternetRequestAccepted
David Marcec
2018-07-12
1
-3
/
+21
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-12
/
+12
*
nifm: Stub out IRequest::SetConnectionConfirmationOption.
bunnei
2018-06-06
1
-1
/
+10
*
nifm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-11
/
+11
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
8
-32
/
+16
*
nifm: GetResult does not return a data field.
bunnei
2018-04-03
1
-2
/
+1
*
IGeneralService: fix function list
mailwl
2018-03-16
1
-2
/
+3
*
Service/NIFM: stub cancel function
mailwl
2018-03-16
1
-1
/
+6
*
Service/NIFM: convert to module
mailwl
2018-03-16
8
-122
/
+75
*
Stub more functions
mailwl
2018-02-22
1
-3
/
+29
*
logger: Add NIFM service logging category.
bunnei
2018-02-05
4
-11
/
+11
*
Service:nifm: add nifm:a, nifm:s and nifm:u services
mailwl
2018-02-03
8
-0
/
+368