aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/cfg/cfg_i.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-12-09 01:01:35 -0500
committerLioncash <mathew1800@gmail.com>2016-12-09 01:08:35 -0500
commit823d58ac9ba8527e64cb2d4c755156dbd17c5cd0 (patch)
treee2f2c78de6b1795f2bbd43ba51b45fdef407824d /src/core/hle/service/cfg/cfg_i.cpp
parent18bf4acb9bc5b1ee79f757ea604efd8f10eac7cf (diff)
service: Drop '_Interface' from cfg service names
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);
}