mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 08:49:03 +00:00
11 lines
146 B
C
11 lines
146 B
C
#ifndef _ROMFS_H_
|
|
#define _ROMFS_H_
|
|
|
|
|
|
#endif
|
|
|
|
// RomFs Build Functions
|
|
|
|
int BuildRomFs(ncch_settings *ncchset);
|
|
|
|
// RomFs Read Functions
|