diff options
author | wwylele <wwylele@gmail.com> | 2016-05-01 07:44:55 +0300 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2016-05-01 07:44:55 +0300 |
commit | 7e1b76d406b7d495a73d034f4342d78b265c6006 (patch) | |
tree | 8d041ff443dd5448e75ad73fe3373f863d02a7d1 /src/core | |
parent | 84ade0713c118e48418c47a0919bd663950e87e0 (diff) |
remove duplicated function declaration
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/hle/service/cfg/cfg.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/core/hle/service/cfg/cfg.h b/src/core/hle/service/cfg/cfg.h index 606ab99cf..c01806836 100644 --- a/src/core/hle/service/cfg/cfg.h +++ b/src/core/hle/service/cfg/cfg.h @@ -98,19 +98,6 @@ void GetCountryCodeString(Service::Interface* self); void GetCountryCodeID(Service::Interface* self); /** - * CFG::GetConfigInfoBlk2 service function - * Inputs: - * 0 : 0x00010082 - * 1 : Size - * 2 : Block ID - * 3 : Descriptor for the output buffer - * 4 : Output buffer pointer - * Outputs: - * 1 : Result of function, 0 on success, otherwise error code - */ -void GetConfigInfoBlk2(Service::Interface* self); - -/** * CFG::SecureInfoGetRegion service function * Inputs: * 1 : None |