summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg/cfg_u.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-03-29 16:25:16 +0200
committerbunnei <bunneidev@gmail.com>2016-03-29 16:25:16 +0200
commit7e2c0c53715b6c76eab2a1ae01913924b8e65b70 (patch)
tree9a778efb1aa38ecadfb82d2726b718f3b7e36a7a /src/core/hle/service/cfg/cfg_u.cpp
parentMerge pull request #1589 from LittleWhite-tb/compil-fix (diff)
parentAdd common methods to all cfg:* ports (diff)
downloadyuzu-7e2c0c53715b6c76eab2a1ae01913924b8e65b70.tar
yuzu-7e2c0c53715b6c76eab2a1ae01913924b8e65b70.tar.gz
yuzu-7e2c0c53715b6c76eab2a1ae01913924b8e65b70.tar.bz2
yuzu-7e2c0c53715b6c76eab2a1ae01913924b8e65b70.tar.lz
yuzu-7e2c0c53715b6c76eab2a1ae01913924b8e65b70.tar.xz
yuzu-7e2c0c53715b6c76eab2a1ae01913924b8e65b70.tar.zst
yuzu-7e2c0c53715b6c76eab2a1ae01913924b8e65b70.zip
Diffstat (limited to 'src/core/hle/service/cfg/cfg_u.cpp')
-rw-r--r--src/core/hle/service/cfg/cfg_u.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/cfg/cfg_u.cpp b/src/core/hle/service/cfg/cfg_u.cpp
index 89ae96c9e..606f7b2eb 100644
--- a/src/core/hle/service/cfg/cfg_u.cpp
+++ b/src/core/hle/service/cfg/cfg_u.cpp
@@ -9,6 +9,7 @@ namespace Service {
namespace CFG {
const Interface::FunctionInfo FunctionTable[] = {
+ // cfg common
{0x00010082, GetConfigInfoBlk2, "GetConfigInfoBlk2"},
{0x00020000, SecureInfoGetRegion, "SecureInfoGetRegion"},
{0x00030040, GenHashConsoleUnique, "GenHashConsoleUnique"},