summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg/cfg_s.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-12-08 05:09:49 +0100
committerLioncash <mathew1800@gmail.com>2016-12-08 06:56:46 +0100
commit733c8890aa33a36ad554f24e3f6ba67eb6088d24 (patch)
tree405432b48e96485ac18760fddec13e66267503bb /src/core/hle/service/cfg/cfg_s.cpp
parentcecd_u: Update function table (diff)
downloadyuzu-733c8890aa33a36ad554f24e3f6ba67eb6088d24.tar
yuzu-733c8890aa33a36ad554f24e3f6ba67eb6088d24.tar.gz
yuzu-733c8890aa33a36ad554f24e3f6ba67eb6088d24.tar.bz2
yuzu-733c8890aa33a36ad554f24e3f6ba67eb6088d24.tar.lz
yuzu-733c8890aa33a36ad554f24e3f6ba67eb6088d24.tar.xz
yuzu-733c8890aa33a36ad554f24e3f6ba67eb6088d24.tar.zst
yuzu-733c8890aa33a36ad554f24e3f6ba67eb6088d24.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/cfg/cfg_s.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/cfg/cfg_s.cpp b/src/core/hle/service/cfg/cfg_s.cpp
index eed26dec7..564a9bb08 100644
--- a/src/core/hle/service/cfg/cfg_s.cpp
+++ b/src/core/hle/service/cfg/cfg_s.cpp
@@ -20,6 +20,7 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x00080080, nullptr, "GoThroughTable"},
{0x00090040, GetCountryCodeString, "GetCountryCodeString"},
{0x000A0040, GetCountryCodeID, "GetCountryCodeID"},
+ {0x000B0000, nullptr, "IsFangateSupported"},
// cfg:s
{0x04010082, GetConfigInfoBlk8, "GetConfigInfoBlk8"},
{0x04020082, SetConfigInfoBlk4, "SetConfigInfoBlk4"},