aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/cfg/cfg_i.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-12-09 14:15:20 -0500
committerGitHub <noreply@github.com>2016-12-09 14:15:20 -0500
commit6edb024d3854488e99a90e1d14b9943a3260acc9 (patch)
treed05bd103551d6e110bd53307f26cf202aeb33062 /src/core/hle/service/cfg/cfg_i.cpp
parenta5cd925a9566553f80212420cb46650fe0992ec2 (diff)
parenta2d69adad1603f00dd1a181c23707fe59c036dfd (diff)
Merge pull request #2291 from lioncash/svc
service: Add the cfg:nor service
Diffstat (limited to 'src/core/hle/service/cfg/cfg_i.cpp')
-rw-r--r--src/core/hle/service/cfg/cfg_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/cfg/cfg_i.cpp b/src/core/hle/service/cfg/cfg_i.cpp
index 46312da4b..e8db0fc42 100644
--- a/src/core/hle/service/cfg/cfg_i.cpp
+++ b/src/core/hle/service/cfg/cfg_i.cpp
@@ -56,7 +56,7 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x08180042, nullptr, "SecureInfoGetSerialNo"},
};
-CFG_I_Interface::CFG_I_Interface() {
+CFG_I::CFG_I() {
Register(FunctionTable);
}