Browse Source

nifm: Update service function tables

Updated based off information provided by switchbrew.
nce_cpp
Lioncash 7 years ago
parent
commit
668ab6ec8b
  1. 1
      src/core/hle/service/nifm/nifm.cpp

1
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);
}

Loading…
Cancel
Save