summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-01-06 04:48:58 +0100
committerbunnei <bunneidev@gmail.com>2015-01-06 04:48:58 +0100
commit9eaef4e04ac23640867448eb2ad416c23cda93e3 (patch)
tree65877eaf75b7d6f8c1fd06c6ad7c40cabe40a352 /src/core/hle/service/cfg
parentMerge pull request #272 from rohit-n/sign-compare (diff)
parentServices: Clean up a few things and add a few function names (diff)
downloadyuzu-9eaef4e04ac23640867448eb2ad416c23cda93e3.tar
yuzu-9eaef4e04ac23640867448eb2ad416c23cda93e3.tar.gz
yuzu-9eaef4e04ac23640867448eb2ad416c23cda93e3.tar.bz2
yuzu-9eaef4e04ac23640867448eb2ad416c23cda93e3.tar.lz
yuzu-9eaef4e04ac23640867448eb2ad416c23cda93e3.tar.xz
yuzu-9eaef4e04ac23640867448eb2ad416c23cda93e3.tar.zst
yuzu-9eaef4e04ac23640867448eb2ad416c23cda93e3.zip
Diffstat (limited to 'src/core/hle/service/cfg')
-rw-r--r--src/core/hle/service/cfg/cfg_u.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/service/cfg/cfg_u.cpp b/src/core/hle/service/cfg/cfg_u.cpp
index 03c01cf90..835620909 100644
--- a/src/core/hle/service/cfg/cfg_u.cpp
+++ b/src/core/hle/service/cfg/cfg_u.cpp
@@ -172,12 +172,12 @@ static void GetModelNintendo2DS(Service::Interface* self) {
const Interface::FunctionInfo FunctionTable[] = {
{0x00010082, GetConfigInfoBlk2, "GetConfigInfoBlk2"},
{0x00020000, nullptr, "SecureInfoGetRegion"},
- {0x00030000, nullptr, "GenHashConsoleUnique"},
+ {0x00030040, nullptr, "GenHashConsoleUnique"},
{0x00040000, nullptr, "GetRegionCanadaUSA"},
{0x00050000, GetSystemModel, "GetSystemModel"},
{0x00060000, GetModelNintendo2DS, "GetModelNintendo2DS"},
- {0x00070040, nullptr, "unknown"},
- {0x00080080, nullptr, "unknown"},
+ {0x00070040, nullptr, "WriteToFirstByteCfgSavegame"},
+ {0x00080080, nullptr, "GoThroughTable"},
{0x00090040, GetCountryCodeString, "GetCountryCodeString"},
{0x000A0040, GetCountryCodeID, "GetCountryCodeID"},
};