remove memory(), add cwd(), #REQUIRE SD
This commit is contained in:
@@ -126,11 +126,6 @@ void ViewCredits(){
|
||||
if (hidRead()->r)
|
||||
gfx_printf("%k\"I'm not even sure if it works\" - meme", COLOR_ORANGE);
|
||||
|
||||
heap_monitor_t a = {0};
|
||||
heap_monitor(&a, false);
|
||||
gfx_printf("\nUsed: %d\nTotal: %d\n", a.used, a.total);
|
||||
|
||||
|
||||
hidWait();
|
||||
}
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ typedef struct {
|
||||
};
|
||||
const char *pkg1ID;
|
||||
u8 pkg1ver;
|
||||
char *scriptCWD;
|
||||
} TConf_t;
|
||||
|
||||
extern TConf_t TConf;
|
||||
|
||||
Reference in New Issue
Block a user