pm: Update to support 10.0.0

This commit is contained in:
Michael Scire 2020-04-14 02:54:55 -07:00
parent 73552c86c3
commit 200d2df785
3 changed files with 17 additions and 0 deletions

View file

@ -21,6 +21,7 @@ namespace ams::spl {
HardwareType GetHardwareType();
MemoryArrangement GetMemoryArrangement();
bool IsDisabledProgramVerification();
bool IsDevelopmentHardware();
bool IsDevelopmentFunctionEnabled();
bool IsMariko();