mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-16 08:04:23 -04:00
fusee_cpp: implement warmboot firmware load
This commit is contained in:
parent
4355a2b036
commit
1dd0297db3
3 changed files with 182 additions and 2 deletions
|
@ -394,6 +394,10 @@ namespace ams::fuse {
|
|||
return GetExpectedFuseVersionImpl(target_fw);
|
||||
}
|
||||
|
||||
int GetFuseVersion() {
|
||||
return util::PopCount(GetCommonOdmWord(7));
|
||||
}
|
||||
|
||||
bool HasRcmVulnerabilityPatch() {
|
||||
/* Only check for RCM bug patch once, and cache our result. */
|
||||
if (!g_checked_for_rcm_bug_patch) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue