summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nifm/nifm.cpp
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2022-08-01 22:47:39 +0200
committerFearlessTobi <thm.frey@gmail.com>2022-08-15 20:25:42 +0200
commit6d41088153b4b932b4f2524d4252993a5642f998 (patch)
tree39ea8d5749f2a5bf9216b885780617e7f41c2a7e /src/core/hle/service/nifm/nifm.cpp
parentcore/socket_proxy: Fix compilation (diff)
downloadyuzu-6d41088153b4b932b4f2524d4252993a5642f998.tar
yuzu-6d41088153b4b932b4f2524d4252993a5642f998.tar.gz
yuzu-6d41088153b4b932b4f2524d4252993a5642f998.tar.bz2
yuzu-6d41088153b4b932b4f2524d4252993a5642f998.tar.lz
yuzu-6d41088153b4b932b4f2524d4252993a5642f998.tar.xz
yuzu-6d41088153b4b932b4f2524d4252993a5642f998.tar.zst
yuzu-6d41088153b4b932b4f2524d4252993a5642f998.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 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");