diff options
| author | FearlessTobi <thm.frey@gmail.com> | 2022-08-01 22:47:39 +0200 |
|---|---|---|
| committer | FearlessTobi <thm.frey@gmail.com> | 2022-08-15 20:25:42 +0200 |
| commit | 6d41088153b4b932b4f2524d4252993a5642f998 (patch) | |
| tree | 39ea8d5749f2a5bf9216b885780617e7f41c2a7e /src/core/hle | |
| parent | a5cd639cb627013c22d14331bd0e91228ac44e84 (diff) | |
core, yuzu: Address first part of review comments
Diffstat (limited to 'src/core/hle')
| -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 42ed17187..e3ef06481 100644 --- a/src/core/hle/service/nifm/nifm.cpp +++ b/src/core/hle/service/nifm/nifm.cpp @@ -381,6 +381,7 @@ void IGeneralService::GetCurrentIpAddress(Kernel::HLERequestContext& ctx) { rb.Push(ResultSuccess); rb.PushRaw(*ipv4); } + void IGeneralService::CreateTemporaryNetworkProfile(Kernel::HLERequestContext& ctx) { LOG_DEBUG(Service_NIFM, "called"); |
