summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg/cfg_s.cpp
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2016-06-01 09:37:57 +0200
committerwwylele <wwylele@gmail.com>2016-07-03 07:23:58 +0200
commit324c8d21a4e5e7847c3c97d81757d0243ea9bb7f (patch)
tree3dff7473330fa2075b43ec4a34f005b21420cc59 /src/core/hle/service/cfg/cfg_s.cpp
parentService::CFG: add missing language (diff)
downloadyuzu-324c8d21a4e5e7847c3c97d81757d0243ea9bb7f.tar
yuzu-324c8d21a4e5e7847c3c97d81757d0243ea9bb7f.tar.gz
yuzu-324c8d21a4e5e7847c3c97d81757d0243ea9bb7f.tar.bz2
yuzu-324c8d21a4e5e7847c3c97d81757d0243ea9bb7f.tar.lz
yuzu-324c8d21a4e5e7847c3c97d81757d0243ea9bb7f.tar.xz
yuzu-324c8d21a4e5e7847c3c97d81757d0243ea9bb7f.tar.zst
yuzu-324c8d21a4e5e7847c3c97d81757d0243ea9bb7f.zip
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 e001f7687..12b458783 100644
--- a/src/core/hle/service/cfg/cfg_s.cpp
+++ b/src/core/hle/service/cfg/cfg_s.cpp
@@ -22,7 +22,7 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x000A0040, GetCountryCodeID, "GetCountryCodeID"},
// cfg:s
{0x04010082, GetConfigInfoBlk8, "GetConfigInfoBlk8"},
- {0x04020082, nullptr, "SetConfigInfoBlk4"},
+ {0x04020082, SetConfigInfoBlk4, "SetConfigInfoBlk4"},
{0x04030000, UpdateConfigNANDSavegame, "UpdateConfigNANDSavegame"},
{0x04040042, nullptr, "GetLocalFriendCodeSeedData"},
{0x04050000, nullptr, "GetLocalFriendCodeSeed"},