hos: allow turning off ams extension hard-reqs for unit testing

This commit is contained in:
Michael Scire 2021-10-22 09:40:18 -07:00 committed by SciresM
parent 2a842791eb
commit 018ae08409
5 changed files with 42 additions and 1 deletions

View file

@ -27,6 +27,12 @@ namespace ams {
}
namespace hos {
bool IsUnitTestProgramForSetVersion() { return true; }
}
namespace init {
void InitializeSystemModuleBeforeConstructors() {