hos: better safe than sorry

This commit is contained in:
Michael Scire 2021-10-22 09:54:38 -07:00 committed by SciresM
parent 018ae08409
commit d63be0737b

View file

@ -68,9 +68,7 @@ namespace ams::hos {
if (IsUnitTestProgramForSetVersion()) {
g_hos_version = hos::Version_Current;
g_set_hos_version = true;
return;
}
} else {
/* Get the current (and previous approximation of) target firmware. */
hos::Version prev, current;
bool has_prev = false;
@ -116,6 +114,7 @@ namespace ams::hos {
AMS_ABORT_UNLESS(current_major == prev_major);
}
}
/* Set the version for libnx. */
{