libeditwl
Lightweight C++ library for Nintendo DS(i) formats
|
Classes | |
struct | FileAllocationTableBlock |
struct | FileImageBlock |
struct | FileNameTableBlock |
struct | Header |
Public Member Functions | |
NARC (const NARC &)=delete | |
NARC (NARC &&)=default | |
Result | ReadValidateFrom (fs::File &rf) override |
Result | ReadAllFrom (fs::File &rf) override |
Result | WriteTo (fs::File &wf) override |
Public Member Functions inherited from twl::fs::FileFormat | |
Result | ReadFrom (File &rf) |
Public Member Functions inherited from twl::fmt::nfs::NitroFileSystemFormat | |
Result | CreateFileById (NitroFileSystemFile &file, const u32 file_id) |
Result | CreateFileByPath (NitroFileSystemFile &file, const std::string &path) |
Public Attributes | |
Header | header |
FileAllocationTableBlock | fat |
FileNameTableBlock | fnt |
FileImageBlock | fimg |
Static Public Attributes | |
static constexpr size_t | SectionAlignment = 0x4 |
Additional Inherited Members | |
Protected Attributes inherited from twl::fmt::nfs::NitroFileSystemFormat | |
NitroFileSystem | nitro_fs |
Implements twl::fs::FileFormat.
Implements twl::fs::FileFormat.
Implements twl::fs::FileFormat.