diff options
| author | 2015-07-21 01:28:02 -0500 | |
|---|---|---|
| committer | 2015-07-21 01:28:02 -0500 | |
| commit | baba0efcd10321167a62bb521bacb5f8c1ab336a (patch) | |
| tree | a304c3c9975be58922ccf3c4a19f147b0d58ca62 /src | |
| parent | Merge pull request #930 from neobrain/copypaste_commandlist (diff) | |
| parent | Services/CFG: Added some missing functions to cfg:s (diff) | |
| download | yuzu-baba0efcd10321167a62bb521bacb5f8c1ab336a.tar.gz yuzu-baba0efcd10321167a62bb521bacb5f8c1ab336a.tar.xz yuzu-baba0efcd10321167a62bb521bacb5f8c1ab336a.zip | |
Merge pull request #959 from Subv/home
Services/CFG: Added some missing functions to cfg:s
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/cfg/cfg_s.cpp | 4 |
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 { | |||
| 11 | 11 | ||
| 12 | const Interface::FunctionInfo FunctionTable[] = { | 12 | const Interface::FunctionInfo FunctionTable[] = { |
| 13 | {0x00010082, GetConfigInfoBlk2, "GetConfigInfoBlk2"}, | 13 | {0x00010082, GetConfigInfoBlk2, "GetConfigInfoBlk2"}, |
| 14 | {0x00020000, nullptr, "SecureInfoGetRegion"}, | 14 | {0x00020000, SecureInfoGetRegion, "SecureInfoGetRegion"}, |
| 15 | {0x00030040, GenHashConsoleUnique, "GenHashConsoleUnique"}, | ||
| 16 | {0x00050000, GetSystemModel, "GetSystemModel"}, | ||
| 15 | {0x04010082, GetConfigInfoBlk8, "GetConfigInfoBlk8"}, | 17 | {0x04010082, GetConfigInfoBlk8, "GetConfigInfoBlk8"}, |
| 16 | {0x04020082, nullptr, "SetConfigInfoBlk4"}, | 18 | {0x04020082, nullptr, "SetConfigInfoBlk4"}, |
| 17 | {0x04030000, UpdateConfigNANDSavegame, "UpdateConfigNANDSavegame"}, | 19 | {0x04030000, UpdateConfigNANDSavegame, "UpdateConfigNANDSavegame"}, |