mirror of
https://github.com/rvtr/TwlNandTool.git
synced 2025-10-31 06:01:08 -04:00
24 lines
459 B
C
24 lines
459 B
C
#include <nds.h>
|
|
#include <fat.h>
|
|
#include <stdio.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/statvfs.h>
|
|
#include <nds/arm9/nand.h>
|
|
#include "f_xy.h"
|
|
#include "twltool/dsi.h"
|
|
#include "nandio.h"
|
|
#include "sector0.h"
|
|
#include "crypto.h"
|
|
#include "../message.h"
|
|
#include "../main.h"
|
|
#include "../video.h"
|
|
|
|
void wait(int ticks);
|
|
|
|
int sysfileMain();
|
|
|
|
bool recoverHWInfo();
|
|
bool recoverHWInfoDeep();
|
|
bool makeSystemFolders();
|
|
bool makeCertChain();
|
|
bool makeFontTable(); |