fusee_cpp: implement warmboot firmware load

This commit is contained in:
Michael Scire 2021-09-01 10:37:01 -07:00 committed by SciresM
parent 4355a2b036
commit 1dd0297db3
3 changed files with 182 additions and 2 deletions

View file

@ -113,6 +113,7 @@ namespace ams::fuse {
SocType GetSocType();
int GetExpectedFuseVersion(TargetFirmware target_fw);
int GetFuseVersion();
bool HasRcmVulnerabilityPatch();
bool IsOdmProductionMode();