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

Asar patch result information. More...

#include <asar_wrapper.h>

Public Attributes

bool success
 
std::vector< std::string > errors
 
std::vector< std::string > warnings
 
std::vector< AsarSymbolsymbols
 
uint32_t rom_size
 
uint32_t crc32
 

Detailed Description

Asar patch result information.

Definition at line 31 of file asar_wrapper.h.

Member Data Documentation

◆ success

bool yaze::core::AsarPatchResult::success

◆ errors

std::vector<std::string> yaze::core::AsarPatchResult::errors

◆ warnings

std::vector<std::string> yaze::core::AsarPatchResult::warnings

◆ symbols

std::vector<AsarSymbol> yaze::core::AsarPatchResult::symbols

Definition at line 35 of file asar_wrapper.h.

Referenced by yaze::core::AsarWrapper::ApplyPatchWithLibrary().

◆ rom_size

uint32_t yaze::core::AsarPatchResult::rom_size

◆ crc32

uint32_t yaze::core::AsarPatchResult::crc32

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