yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::SheetDiagnostics Struct Reference

#include <rom_diagnostics.h>

Public Attributes

uint32_t index = 0
 
uint32_t pc_offset = 0
 
uint32_t snes_address = 0
 
bool is_compressed = false
 
bool decompression_succeeded = false
 
int decomp_size_param = -1
 
size_t actual_decomp_size = 0
 
std::vector< uint8_t > first_bytes
 

Detailed Description

Definition at line 11 of file rom_diagnostics.h.

Member Data Documentation

◆ index

uint32_t yaze::SheetDiagnostics::index = 0

Definition at line 12 of file rom_diagnostics.h.

◆ pc_offset

uint32_t yaze::SheetDiagnostics::pc_offset = 0

Definition at line 13 of file rom_diagnostics.h.

◆ snes_address

uint32_t yaze::SheetDiagnostics::snes_address = 0

Definition at line 14 of file rom_diagnostics.h.

◆ is_compressed

bool yaze::SheetDiagnostics::is_compressed = false

Definition at line 15 of file rom_diagnostics.h.

◆ decompression_succeeded

bool yaze::SheetDiagnostics::decompression_succeeded = false

Definition at line 16 of file rom_diagnostics.h.

◆ decomp_size_param

int yaze::SheetDiagnostics::decomp_size_param = -1

Definition at line 17 of file rom_diagnostics.h.

◆ actual_decomp_size

size_t yaze::SheetDiagnostics::actual_decomp_size = 0

Definition at line 18 of file rom_diagnostics.h.

◆ first_bytes

std::vector<uint8_t> yaze::SheetDiagnostics::first_bytes

Definition at line 19 of file rom_diagnostics.h.


The documentation for this struct was generated from the following file: