pgl: update for 11.0.0

This commit is contained in:
Michael Scire
2020-11-30 21:47:18 -08:00
parent ac6fc7b965
commit 1352690ece
4 changed files with 9 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ namespace ams::pgl::srv {
Result TriggerApplicationSnapShotDumper(SnapShotDumpType dump_type, const ams::sf::InBuffer &arg);
Result GetShellEventObserver(ams::sf::Out<std::shared_ptr<pgl::sf::IEventObserver>> out);
Result Command21NotImplemented(ams::sf::Out<u64> out, u32 in, const ams::sf::InBuffer &buf1, const ams::sf::InBuffer &buf2);
};
static_assert(pgl::sf::IsIShellInterface<ShellInterface>);