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

Definition at line 32 of file asar_wrapper.h.

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

◆ errors

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

Definition at line 33 of file asar_wrapper.h.

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

◆ warnings

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

Definition at line 34 of file asar_wrapper.h.

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

◆ symbols

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

Definition at line 35 of file asar_wrapper.h.

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

◆ rom_size

uint32_t yaze::core::AsarPatchResult::rom_size

Definition at line 36 of file asar_wrapper.h.

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

◆ crc32

uint32_t yaze::core::AsarPatchResult::crc32

Definition at line 37 of file asar_wrapper.h.

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


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