pm: add new 19.0.0 commands

This is functionally correct, but I have no idea what these are meant to represent.
These functions are completely unused on NX.
This commit is contained in:
Michael Scire
2024-10-10 02:44:19 -07:00
committed by SciresM
parent 77d239265d
commit a80d5b5c86
4 changed files with 19 additions and 3 deletions

View File

@@ -22,6 +22,8 @@ namespace ams::pm {
public:
void GetBootMode(sf::Out<u32> out);
void SetMaintenanceBoot();
void GetUnknown(sf::Out<u32> out);
Result SetUnknown(u32 val);
};
static_assert(pm::impl::IsIBootModeInterface<BootModeService>);