mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-02 16:59:03 +00:00
15 lines
208 B
C
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
|