diff options
author | bunnei <bunneidev@gmail.com> | 2015-12-31 03:30:07 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-12-31 03:30:07 +0100 |
commit | 085c8f2987aa5fb56de042714be5546a5b6184c9 (patch) | |
tree | 4bc9cb1cedab769e82a84b7a77154872da87df57 /src/core/hle/service/pm_app.cpp | |
parent | Merge pull request #1316 from lioncash/decode (diff) | |
parent | services: Update some function tables (diff) | |
download | yuzu-085c8f2987aa5fb56de042714be5546a5b6184c9.tar yuzu-085c8f2987aa5fb56de042714be5546a5b6184c9.tar.gz yuzu-085c8f2987aa5fb56de042714be5546a5b6184c9.tar.bz2 yuzu-085c8f2987aa5fb56de042714be5546a5b6184c9.tar.lz yuzu-085c8f2987aa5fb56de042714be5546a5b6184c9.tar.xz yuzu-085c8f2987aa5fb56de042714be5546a5b6184c9.tar.zst yuzu-085c8f2987aa5fb56de042714be5546a5b6184c9.zip |
Diffstat (limited to 'src/core/hle/service/pm_app.cpp')
-rw-r--r-- | src/core/hle/service/pm_app.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/service/pm_app.cpp b/src/core/hle/service/pm_app.cpp index 7420a62f4..48646ed72 100644 --- a/src/core/hle/service/pm_app.cpp +++ b/src/core/hle/service/pm_app.cpp @@ -19,6 +19,10 @@ const Interface::FunctionInfo FunctionTable[] = { {0x00070042, nullptr, "GetFIRMLaunchParams"}, {0x00080100, nullptr, "GetTitleExheaderFlags"}, {0x00090042, nullptr, "SetFIRMLaunchParams"}, + {0x000A0140, nullptr, "SetResourceLimit"}, + {0x000B0140, nullptr, "GetResourceLimitMax"}, + {0x000C0080, nullptr, "UnregisterProcess"}, + {0x000D0240, nullptr, "LaunchTitleUpdate"}, }; //////////////////////////////////////////////////////////////////////////////////////////////////// |