16 lines
234 B
C
Raw Normal View History

2016-03-19 17:30:56 +01:00
/*
* main.c
* by Reisyukaku
* Copyright (c) 2015 All Rights Reserved
*
* Minimalist CFW for N3DS
*/
#include "installer.h"
#include "screeninit.h"
#include "types.h"
void main(void){
initScreens();
2016-03-19 17:30:56 +01:00
installer();
}