Binary format for .edits file. More...
#include <project_tool.h>
Public Attributes | |
| uint32_t | magic = 0x59415A45 |
| uint32_t | version = 1 |
| uint32_t | edit_count |
| std::array< uint8_t, 32 > | base_rom_sha256 |
Static Public Attributes | |
| static constexpr uint32_t | kMagic = 0x59415A45 |
| static constexpr uint32_t | kCurrentVersion = 1 |
Binary format for .edits file.
File structure:
Definition at line 42 of file project_tool.h.
| uint32_t yaze::cli::agent::tools::EditFileHeader::magic = 0x59415A45 |
Definition at line 43 of file project_tool.h.
Referenced by yaze::cli::agent::tools::ProjectSnapshot::LoadFromFile().
| uint32_t yaze::cli::agent::tools::EditFileHeader::version = 1 |
Definition at line 44 of file project_tool.h.
Referenced by yaze::cli::agent::tools::ProjectSnapshot::LoadFromFile().
| uint32_t yaze::cli::agent::tools::EditFileHeader::edit_count |
Definition at line 45 of file project_tool.h.
Referenced by yaze::cli::agent::tools::ProjectSnapshot::LoadFromFile(), and yaze::cli::agent::tools::ProjectSnapshot::SaveToFile().
| std::array<uint8_t, 32> yaze::cli::agent::tools::EditFileHeader::base_rom_sha256 |
Definition at line 46 of file project_tool.h.
Referenced by yaze::cli::agent::tools::ProjectSnapshot::LoadFromFile(), and yaze::cli::agent::tools::ProjectSnapshot::SaveToFile().
|
staticconstexpr |
Definition at line 48 of file project_tool.h.
Referenced by yaze::cli::agent::tools::ProjectSnapshot::LoadFromFile().
|
staticconstexpr |
Definition at line 49 of file project_tool.h.
Referenced by yaze::cli::agent::tools::ProjectSnapshot::LoadFromFile().