summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2015-07-21 02:52:07 +0200
committerSubv <subv2112@gmail.com>2015-07-21 02:52:07 +0200
commit38a7f1b727486095c1fb13bf276b3e98f3aea8d2 (patch)
treeea82240064f235246df886be0ab9e2715707368f /src/core
parentMerge pull request #939 from Subv/queryprocmem (diff)
downloadyuzu-38a7f1b727486095c1fb13bf276b3e98f3aea8d2.tar
yuzu-38a7f1b727486095c1fb13bf276b3e98f3aea8d2.tar.gz
yuzu-38a7f1b727486095c1fb13bf276b3e98f3aea8d2.tar.bz2
yuzu-38a7f1b727486095c1fb13bf276b3e98f3aea8d2.tar.lz
yuzu-38a7f1b727486095c1fb13bf276b3e98f3aea8d2.tar.xz
yuzu-38a7f1b727486095c1fb13bf276b3e98f3aea8d2.tar.zst
yuzu-38a7f1b727486095c1fb13bf276b3e98f3aea8d2.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/cfg/cfg_s.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/hle/service/cfg/cfg_s.cpp b/src/core/hle/service/cfg/cfg_s.cpp
index af4adba84..a329514a6 100644
--- a/src/core/hle/service/cfg/cfg_s.cpp
+++ b/src/core/hle/service/cfg/cfg_s.cpp
@@ -11,7 +11,9 @@ namespace CFG {
const Interface::FunctionInfo FunctionTable[] = {
{0x00010082, GetConfigInfoBlk2, "GetConfigInfoBlk2"},
- {0x00020000, nullptr, "SecureInfoGetRegion"},
+ {0x00020000, SecureInfoGetRegion, "SecureInfoGetRegion"},
+ {0x00030040, GenHashConsoleUnique, "GenHashConsoleUnique"},
+ {0x00050000, GetSystemModel, "GetSystemModel"},
{0x04010082, GetConfigInfoBlk8, "GetConfigInfoBlk8"},
{0x04020082, nullptr, "SetConfigInfoBlk4"},
{0x04030000, UpdateConfigNANDSavegame, "UpdateConfigNANDSavegame"},