This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <switch.h> | |
#define INNER_HEAP_SIZE 0x80000 | |
extern "C" { | |
extern u32 __start__; | |
u32 __nx_applet_type = AppletType_None; |