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
/
nwm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Services/UDS: Use the new IPC helper functions.
Subv
2017-05-15
1
-21
/
+10
*
Services/UDS: Implement RecvBeaconBroadcastData.
Subv
2017-05-15
1
-19
/
+69
*
Services/UDS: Generate the UDS beacons when the beacon callback fires.
Subv
2017-05-15
4
-7
/
+535
*
Services/UDS: Fixed a style mistake in GetChannel.
Sebastian Valle
2017-03-27
1
-2
/
+1
*
Services/UDS: Use consistent spelling for WiFi and simplify the GetChannel function.
Subv
2017-03-26
1
-4
/
+4
*
Services/UDS: Signal the connection event when closing down the network.
Subv
2017-03-26
1
-0
/
+1
*
Services/UDS: Do not allow trying to start up a network that only the host can connect to.
Subv
2017-03-26
1
-0
/
+3
*
Service/UDS: Schedule an event to broadcast the beacon frames every 102.4ms.
Subv
2017-03-26
2
-2
/
+58
*
Services/UDS: Store the entire NetworkInfo structure that was used to create the network.
Subv
2017-03-26
1
-13
/
+5
*
Services/UDS: Initial support for hosting local-wlan networks.
Subv
2017-03-26
2
-44
/
+336
*
Service/NWM: add nwm services
mailwl
2016-12-22
16
-0
/
+479