diff options
| author | 2018-10-19 04:00:39 -0400 | |
|---|---|---|
| committer | 2018-10-19 04:00:41 -0400 | |
| commit | 4f52800822aecf6058c01f5dd277755c1c758020 (patch) | |
| tree | 7442cc633e4c714cdd5993d4606af71fd5ddb511 /src | |
| parent | hid: Update service function tables (diff) | |
| download | yuzu-4f52800822aecf6058c01f5dd277755c1c758020.tar.gz yuzu-4f52800822aecf6058c01f5dd277755c1c758020.tar.xz yuzu-4f52800822aecf6058c01f5dd277755c1c758020.zip | |
nifm: Update service function tables
Updated based off information provided by switchbrew.
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/nifm/nifm.cpp | 1 |
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") { | |||
| 219 | {35, nullptr, "GetScanData"}, | 219 | {35, nullptr, "GetScanData"}, |
| 220 | {36, nullptr, "GetCurrentAccessPoint"}, | 220 | {36, nullptr, "GetCurrentAccessPoint"}, |
| 221 | {37, nullptr, "Shutdown"}, | 221 | {37, nullptr, "Shutdown"}, |
| 222 | {38, nullptr, "GetAllowedChannels"}, | ||
| 222 | }; | 223 | }; |
| 223 | RegisterHandlers(functions); | 224 | RegisterHandlers(functions); |
| 224 | } | 225 | } |