Files
Project_CTR/makerom/romfs_import.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

4 lines
148 B
C

#pragma once
int PrepareImportRomFsBinaryFromFile(ncch_settings *ncchset, romfs_buildctx *ctx);
int ImportRomFsBinaryFromFile(romfs_buildctx *ctx);