From 733c8890aa33a36ad554f24e3f6ba67eb6088d24 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 7 Dec 2016 23:09:49 -0500 Subject: cfg: Update function tables Updated based off information from 3dbrew --- src/core/hle/service/cfg/cfg_s.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/service/cfg/cfg_s.cpp') 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"}, -- cgit v1.2.3