tma: Skeleton Service/Task/TaskList classes.

This commit is contained in:
Michael Scire
2018-12-05 02:11:20 -08:00
parent 2572ae8378
commit bb48e33074
11 changed files with 428 additions and 11 deletions

View File

@@ -20,6 +20,7 @@
#include <malloc.h>
#include <switch.h>
#include <atmosphere.h>
#include <stratosphere.hpp>
#include "tma_conn_usb_connection.hpp"
@@ -64,7 +65,7 @@ void __appInit(void) {
fatalSimple(rc);
}
CheckAtmosphereVersion();
CheckAtmosphereVersion(CURRENT_ATMOSPHERE_VERSION);
}
void __appExit(void) {