Files
Project_CTR/makerom/romfs_binary.h
T
3DSGuy 6c44c7af5e added: makerom
It has some issues, but I'm going to do anymore work on it.
2014-05-05 21:00:48 +08:00

5 lines
131 B
C

#pragma once
int PrepareBuildRomFsBinary(ncch_settings *ncchset, romfs_buildctx *ctx);
int BuildRomFsBinary(romfs_buildctx *ctx);