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

ROM comparison result for baseline comparisons. More...

#include <diagnostic_types.h>

Collaboration diagram for yaze::cli::RomCompareResult:

Classes

struct  DiffRegion
 
struct  RomInfo
 

Public Attributes

RomInfo target
 
RomInfo baseline
 
bool sizes_match = false
 
bool versions_match = false
 
bool features_match = false
 
std::vector< DiffRegiondiff_regions
 
size_t total_diff_bytes = 0
 

Detailed Description

ROM comparison result for baseline comparisons.

Definition at line 202 of file diagnostic_types.h.

Member Data Documentation

◆ target

◆ baseline

◆ sizes_match

bool yaze::cli::RomCompareResult::sizes_match = false

◆ versions_match

bool yaze::cli::RomCompareResult::versions_match = false

Definition at line 223 of file diagnostic_types.h.

Referenced by yaze::cli::RomCompareCommandHandler::Execute().

◆ features_match

bool yaze::cli::RomCompareResult::features_match = false

Definition at line 224 of file diagnostic_types.h.

Referenced by yaze::cli::RomCompareCommandHandler::Execute().

◆ diff_regions

◆ total_diff_bytes


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