Przeglądaj źródła

Updated AOC with more service names.

Hexagon12 8 lat temu
rodzic
commit
c79c9755b4
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/core/hle/service/aoc/aoc_u.cpp

+ 1 - 0
src/core/hle/service/aoc/aoc_u.cpp

@@ -19,6 +19,7 @@ AOC_U::AOC_U() : ServiceFramework("aoc:u") {
         {5, nullptr, "GetAddOnContentBaseId"},
         {6, nullptr, "PrepareAddOnContentByApplicationId"},
         {7, nullptr, "PrepareAddOnContent"},
+        {8, nullptr, "GetAddOnContentListChangedEvent"},
     };
     RegisterHandlers(functions);
 }