diff options
| author | 2016-12-07 23:09:49 -0500 | |
|---|---|---|
| committer | 2016-12-08 00:56:46 -0500 | |
| commit | 733c8890aa33a36ad554f24e3f6ba67eb6088d24 (patch) | |
| tree | 405432b48e96485ac18760fddec13e66267503bb /src | |
| parent | cecd_u: Update function table (diff) | |
| download | yuzu-733c8890aa33a36ad554f24e3f6ba67eb6088d24.tar.gz yuzu-733c8890aa33a36ad554f24e3f6ba67eb6088d24.tar.xz yuzu-733c8890aa33a36ad554f24e3f6ba67eb6088d24.zip | |
cfg: Update function tables
Updated based off information from 3dbrew
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/cfg/cfg_i.cpp | 1 | ||||
| -rw-r--r-- | src/core/hle/service/cfg/cfg_s.cpp | 1 | ||||
| -rw-r--r-- | src/core/hle/service/cfg/cfg_u.cpp | 1 |
3 files changed, 3 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[] = { | |||
| 20 | {0x00080080, nullptr, "GoThroughTable"}, | 20 | {0x00080080, nullptr, "GoThroughTable"}, |
| 21 | {0x00090040, GetCountryCodeString, "GetCountryCodeString"}, | 21 | {0x00090040, GetCountryCodeString, "GetCountryCodeString"}, |
| 22 | {0x000A0040, GetCountryCodeID, "GetCountryCodeID"}, | 22 | {0x000A0040, GetCountryCodeID, "GetCountryCodeID"}, |
| 23 | {0x000B0000, nullptr, "IsFangateSupported"}, | ||
| 23 | // cfg:i | 24 | // cfg:i |
| 24 | {0x04010082, GetConfigInfoBlk8, "GetConfigInfoBlk8"}, | 25 | {0x04010082, GetConfigInfoBlk8, "GetConfigInfoBlk8"}, |
| 25 | {0x04020082, SetConfigInfoBlk4, "SetConfigInfoBlk4"}, | 26 | {0x04020082, SetConfigInfoBlk4, "SetConfigInfoBlk4"}, |
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[] = { | |||
| 20 | {0x00080080, nullptr, "GoThroughTable"}, | 20 | {0x00080080, nullptr, "GoThroughTable"}, |
| 21 | {0x00090040, GetCountryCodeString, "GetCountryCodeString"}, | 21 | {0x00090040, GetCountryCodeString, "GetCountryCodeString"}, |
| 22 | {0x000A0040, GetCountryCodeID, "GetCountryCodeID"}, | 22 | {0x000A0040, GetCountryCodeID, "GetCountryCodeID"}, |
| 23 | {0x000B0000, nullptr, "IsFangateSupported"}, | ||
| 23 | // cfg:s | 24 | // cfg:s |
| 24 | {0x04010082, GetConfigInfoBlk8, "GetConfigInfoBlk8"}, | 25 | {0x04010082, GetConfigInfoBlk8, "GetConfigInfoBlk8"}, |
| 25 | {0x04020082, SetConfigInfoBlk4, "SetConfigInfoBlk4"}, | 26 | {0x04020082, SetConfigInfoBlk4, "SetConfigInfoBlk4"}, |
diff --git a/src/core/hle/service/cfg/cfg_u.cpp b/src/core/hle/service/cfg/cfg_u.cpp index f28217134..4c82846c0 100644 --- a/src/core/hle/service/cfg/cfg_u.cpp +++ b/src/core/hle/service/cfg/cfg_u.cpp | |||
| @@ -20,6 +20,7 @@ const Interface::FunctionInfo FunctionTable[] = { | |||
| 20 | {0x00080080, nullptr, "GoThroughTable"}, | 20 | {0x00080080, nullptr, "GoThroughTable"}, |
| 21 | {0x00090040, GetCountryCodeString, "GetCountryCodeString"}, | 21 | {0x00090040, GetCountryCodeString, "GetCountryCodeString"}, |
| 22 | {0x000A0040, GetCountryCodeID, "GetCountryCodeID"}, | 22 | {0x000A0040, GetCountryCodeID, "GetCountryCodeID"}, |
| 23 | {0x000B0000, nullptr, "IsFangateSupported"}, | ||
| 23 | }; | 24 | }; |
| 24 | 25 | ||
| 25 | CFG_U_Interface::CFG_U_Interface() { | 26 | CFG_U_Interface::CFG_U_Interface() { |