diff options
| author | Lioncash <mathew1800@gmail.com> | 2016-12-07 23:09:49 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2016-12-08 00:56:46 -0500 |
| commit | 733c8890aa33a36ad554f24e3f6ba67eb6088d24 (patch) | |
| tree | 405432b48e96485ac18760fddec13e66267503bb /src/core/hle/service/cfg/cfg_i.cpp | |
| parent | 0229983ff2ec9259e94b0ee9b980de6bb33f4b0d (diff) | |
cfg: Update function tables
Updated based off information from 3dbrew
Diffstat (limited to 'src/core/hle/service/cfg/cfg_i.cpp')
| -rw-r--r-- | src/core/hle/service/cfg/cfg_i.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/cfg/cfg_i.cpp b/src/core/hle/service/cfg/cfg_i.cpp index 2ff52c8b8..46312da4b 100644 --- a/src/core/hle/service/cfg/cfg_i.cpp +++ b/src/core/hle/service/cfg/cfg_i.cpp @@ -20,6 +20,7 @@ const Interface::FunctionInfo FunctionTable[] = { {0x00080080, nullptr, "GoThroughTable"}, {0x00090040, GetCountryCodeString, "GetCountryCodeString"}, {0x000A0040, GetCountryCodeID, "GetCountryCodeID"}, + {0x000B0000, nullptr, "IsFangateSupported"}, // cfg:i {0x04010082, GetConfigInfoBlk8, "GetConfigInfoBlk8"}, {0x04020082, SetConfigInfoBlk4, "SetConfigInfoBlk4"}, |
