summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nifm/nifm.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-19 10:00:39 +0200
committerLioncash <mathew1800@gmail.com>2018-10-19 10:00:41 +0200
commit4f52800822aecf6058c01f5dd277755c1c758020 (patch)
tree7442cc633e4c714cdd5993d4606af71fd5ddb511 /src/core/hle/service/nifm/nifm.cpp
parenthid: Update service function tables (diff)
downloadyuzu-4f52800822aecf6058c01f5dd277755c1c758020.tar
yuzu-4f52800822aecf6058c01f5dd277755c1c758020.tar.gz
yuzu-4f52800822aecf6058c01f5dd277755c1c758020.tar.bz2
yuzu-4f52800822aecf6058c01f5dd277755c1c758020.tar.lz
yuzu-4f52800822aecf6058c01f5dd277755c1c758020.tar.xz
yuzu-4f52800822aecf6058c01f5dd277755c1c758020.tar.zst
yuzu-4f52800822aecf6058c01f5dd277755c1c758020.zip
Diffstat (limited to 'src/core/hle/service/nifm/nifm.cpp')
-rw-r--r--src/core/hle/service/nifm/nifm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nifm/nifm.cpp b/src/core/hle/service/nifm/nifm.cpp
index 10611ed6a..75dcd94a3 100644
--- a/src/core/hle/service/nifm/nifm.cpp
+++ b/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);
}