mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 15:49:48 -04:00
hos: allow turning off ams extension hard-reqs for unit testing
This commit is contained in:
parent
2a842791eb
commit
018ae08409
5 changed files with 42 additions and 1 deletions
|
@ -27,6 +27,12 @@ namespace ams {
|
|||
|
||||
}
|
||||
|
||||
namespace hos {
|
||||
|
||||
bool IsUnitTestProgramForSetVersion() { return true; }
|
||||
|
||||
}
|
||||
|
||||
namespace init {
|
||||
|
||||
void InitializeSystemModuleBeforeConstructors() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue