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:
@@ -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>);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user