summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp/nfp.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-04-27 06:49:40 +0200
committerGitHub <noreply@github.com>2018-04-27 06:49:40 +0200
commit3c404964097a0882ce9651571ec02c54474350ce (patch)
tree37932b0e46a5190fbe54a83fe06706d171e6141a /src/core/hle/service/nfp/nfp.h
parentMerge pull request #406 from lioncash/frontend (diff)
parentSwitched to NGLOG_WARNING (diff)
downloadyuzu-3c404964097a0882ce9651571ec02c54474350ce.tar
yuzu-3c404964097a0882ce9651571ec02c54474350ce.tar.gz
yuzu-3c404964097a0882ce9651571ec02c54474350ce.tar.bz2
yuzu-3c404964097a0882ce9651571ec02c54474350ce.tar.lz
yuzu-3c404964097a0882ce9651571ec02c54474350ce.tar.xz
yuzu-3c404964097a0882ce9651571ec02c54474350ce.tar.zst
yuzu-3c404964097a0882ce9651571ec02c54474350ce.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nfp/nfp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nfp/nfp.h b/src/core/hle/service/nfp/nfp.h
index 095209ad8..262a666cb 100644
--- a/src/core/hle/service/nfp/nfp.h
+++ b/src/core/hle/service/nfp/nfp.h
@@ -14,7 +14,7 @@ public:
public:
Interface(std::shared_ptr<Module> module, const char* name);
- void Unknown(Kernel::HLERequestContext& ctx);
+ void CreateUserInterface(Kernel::HLERequestContext& ctx);
protected:
std::shared_ptr<Module> module;