Przeglądaj źródła

ethc: Update to 12.x

german77 5 lat temu
rodzic
commit
f90041a2d4
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/core/hle/service/sockets/ethc.cpp

+ 1 - 0
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"},
         {3, nullptr, "GetMediaList"},
         {4, nullptr, "SetMediaType"},
         {4, nullptr, "SetMediaType"},
         {5, nullptr, "GetMediaType"},
         {5, nullptr, "GetMediaType"},
+        {6, nullptr, "Unknown6"},
     };
     };
     // clang-format on
     // clang-format on