Files
Project_CTR/romfs.h
T
2014-02-21 03:14:00 +08:00

15 lines
208 B
C

#ifndef _ROMFS_H_
#define _ROMFS_H_
typedef enum
{
INVALID_ROMFS_FILE = -10,
} romfs_errors;
#endif
// RomFs Build Functions
int BuildRomFs(ncch_settings *ncchset);
// RomFs Read Functions