瀏覽代碼

nifm: Update service function tables

Updated based off information provided by switchbrew.
Lioncash 7 年之前
父節點
當前提交
4f52800822
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/core/hle/service/nifm/nifm.cpp

+ 1 - 0
src/core/hle/service/nifm/nifm.cpp

@@ -219,6 +219,7 @@ IGeneralService::IGeneralService() : ServiceFramework("IGeneralService") {
         {35, nullptr, "GetScanData"},
         {36, nullptr, "GetCurrentAccessPoint"},
         {37, nullptr, "Shutdown"},
+        {38, nullptr, "GetAllowedChannels"},
     };
     RegisterHandlers(functions);
 }