Explorar o código

aoc: Update function table (#4170)

* aoc: Update function table

* Remove comments
VolcaEM %!s(int64=6) %!d(string=hai) anos
pai
achega
b5d54619cc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/core/hle/service/aoc/aoc_u.cpp

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

@@ -60,6 +60,7 @@ AOC_U::AOC_U(Core::System& system)
         {6, nullptr, "PrepareAddOnContentByApplicationId"},
         {7, &AOC_U::PrepareAddOnContent, "PrepareAddOnContent"},
         {8, &AOC_U::GetAddOnContentListChangedEvent, "GetAddOnContentListChangedEvent"},
+        {9, nullptr, "GetAddOnContentLostErrorCode"},
         {100, nullptr, "CreateEcPurchasedEventManager"},
         {101, nullptr, "CreatePermanentEcPurchasedEventManager"},
     };