mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-25 12:14:24 -04:00
Make libstratosphere a submodule
This commit is contained in:
parent
5ef01edab5
commit
54a22797a7
8 changed files with 45 additions and 5 deletions
|
@ -20,6 +20,7 @@
|
|||
#include <malloc.h>
|
||||
|
||||
#include <switch.h>
|
||||
#include <atmosphere.h>
|
||||
#include <stratosphere.hpp>
|
||||
|
||||
#include "ldr_process_manager.hpp"
|
||||
|
@ -80,7 +81,7 @@ void __appInit(void) {
|
|||
fatalSimple(0xCAFE << 4 | 2);
|
||||
}
|
||||
|
||||
CheckAtmosphereVersion();
|
||||
CheckAtmosphereVersion(CURRENT_ATMOSPHERE_VERSION);
|
||||
}
|
||||
|
||||
void __appExit(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue