summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar wwylele2016-05-01 07:44:55 +0300
committerGravatar wwylele2016-05-01 07:44:55 +0300
commit7e1b76d406b7d495a73d034f4342d78b265c6006 (patch)
tree8d041ff443dd5448e75ad73fe3373f863d02a7d1 /src
parentadd config block 0x00170000 (diff)
downloadyuzu-7e1b76d406b7d495a73d034f4342d78b265c6006.tar.gz
yuzu-7e1b76d406b7d495a73d034f4342d78b265c6006.tar.xz
yuzu-7e1b76d406b7d495a73d034f4342d78b265c6006.zip
remove duplicated function declaration
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/cfg/cfg.h13
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);
98void GetCountryCodeID(Service::Interface* self); 98void GetCountryCodeID(Service::Interface* self);
99 99
100/** 100/**
101 * CFG::GetConfigInfoBlk2 service function
102 * Inputs:
103 * 0 : 0x00010082
104 * 1 : Size
105 * 2 : Block ID
106 * 3 : Descriptor for the output buffer
107 * 4 : Output buffer pointer
108 * Outputs:
109 * 1 : Result of function, 0 on success, otherwise error code
110 */
111void GetConfigInfoBlk2(Service::Interface* self);
112
113/**
114 * CFG::SecureInfoGetRegion service function 101 * CFG::SecureInfoGetRegion service function
115 * Inputs: 102 * Inputs:
116 * 1 : None 103 * 1 : None