pm/kern: update for 14.0.0

This commit is contained in:
Michael Scire
2022-03-21 23:52:16 -07:00
parent 40601cc74c
commit df1b133bc7
23 changed files with 260 additions and 96 deletions

View File

@@ -22,6 +22,8 @@ namespace ams::pm {
public:
/* Actual command implementations. */
Result GetProgramId(sf::Out<ncm::ProgramId> out, os::ProcessId process_id);
Result GetAppletCurrentResourceLimitValues(sf::Out<pm::ResourceLimitValues> out);
Result GetAppletPeakResourceLimitValues(sf::Out<pm::ResourceLimitValues> out);
/* Atmosphere extension commands. */
Result AtmosphereGetProcessId(sf::Out<os::ProcessId> out, ncm::ProgramId program_id);