makerom v0.6

This commit is contained in:
3DSGuy
2014-04-08 13:09:00 +08:00
parent 26772b49c8
commit 9cb89cbe8b
59 changed files with 2935 additions and 2662 deletions
+13
View File
@@ -0,0 +1,13 @@
#include "lib.h"
#include "ncch.h"
#include "romfs.h"
int PrepareBuildRomFsBinary(ncch_settings *ncchset, romfs_buildctx *ctx)
{
return 0;
}
int BuildRomFsBinary(romfs_buildctx *ctx)
{
return 0;
}