aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/cfg/cfg_s.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_s.cpp
parent18bf4acb9bc5b1ee79f757ea604efd8f10eac7cf (diff)
service: Drop '_Interface' from cfg service names
Diffstat (limited to 'src/core/hle/service/cfg/cfg_s.cpp')
-rw-r--r--src/core/hle/service/cfg/cfg_s.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/cfg/cfg_s.cpp b/src/core/hle/service/cfg/cfg_s.cpp
index 564a9bb08..9386fe33d 100644
--- a/src/core/hle/service/cfg/cfg_s.cpp
+++ b/src/core/hle/service/cfg/cfg_s.cpp
@@ -33,7 +33,7 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x04090000, nullptr, "UpdateConfigBlk00040003"},
};
-CFG_S_Interface::CFG_S_Interface() {
+CFG_S::CFG_S() {
Register(FunctionTable);
}