summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-04-08 22:15:59 +0200
committergerman77 <juangerman-13@hotmail.com>2021-04-09 03:40:25 +0200
commitf90041a2d4a52b80456bd836ef7a69969fd3f6c7 (patch)
tree6fcfe4c8223540b5c4b97534dcf361116e451892
parentsm: Use proper names, update to 12.x (diff)
downloadyuzu-f90041a2d4a52b80456bd836ef7a69969fd3f6c7.tar
yuzu-f90041a2d4a52b80456bd836ef7a69969fd3f6c7.tar.gz
yuzu-f90041a2d4a52b80456bd836ef7a69969fd3f6c7.tar.bz2
yuzu-f90041a2d4a52b80456bd836ef7a69969fd3f6c7.tar.lz
yuzu-f90041a2d4a52b80456bd836ef7a69969fd3f6c7.tar.xz
yuzu-f90041a2d4a52b80456bd836ef7a69969fd3f6c7.tar.zst
yuzu-f90041a2d4a52b80456bd836ef7a69969fd3f6c7.zip
-rw-r--r--src/core/hle/service/sockets/ethc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/sockets/ethc.cpp b/src/core/hle/service/sockets/ethc.cpp
index 05681ca2d..899a64c2f 100644
--- a/src/core/hle/service/sockets/ethc.cpp
+++ b/src/core/hle/service/sockets/ethc.cpp
@@ -15,6 +15,7 @@ ETHC_C::ETHC_C(Core::System& system_) : ServiceFramework{system_, "ethc:c"} {
{3, nullptr, "GetMediaList"},
{4, nullptr, "SetMediaType"},
{5, nullptr, "GetMediaType"},
+ {6, nullptr, "Unknown6"},
};
// clang-format on