소스 검색

cfg: Update function tables

Updated based off information from 3dbrew
Lioncash 9 년 전
부모
커밋
733c8890aa
3개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/core/hle/service/cfg/cfg_i.cpp
  2. 1 0
      src/core/hle/service/cfg/cfg_s.cpp
  3. 1 0
      src/core/hle/service/cfg/cfg_u.cpp

+ 1 - 0
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"},

+ 1 - 0
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"},

+ 1 - 0
src/core/hle/service/cfg/cfg_u.cpp

@@ -20,6 +20,7 @@ const Interface::FunctionInfo FunctionTable[] = {
     {0x00080080, nullptr, "GoThroughTable"},
     {0x00090040, GetCountryCodeString, "GetCountryCodeString"},
     {0x000A0040, GetCountryCodeID, "GetCountryCodeID"},
+    {0x000B0000, nullptr, "IsFangateSupported"},
 };
 
 CFG_U_Interface::CFG_U_Interface() {