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
 
std::vector< AssemblyDiagnosticstructured_diagnostics
 
std::string symbols_mlb
 
std::string sourcemap_json
 
std::string annotations_json
 
std::string hooks_json
 
std::string lint_json
 

Detailed Description

Asar patch result information.

Definition at line 32 of file asar_wrapper.h.

Member Data Documentation

◆ success

◆ errors

◆ warnings

◆ symbols

◆ rom_size

◆ crc32

◆ structured_diagnostics

◆ symbols_mlb

std::string yaze::core::AsarPatchResult::symbols_mlb

Definition at line 47 of file asar_wrapper.h.

◆ sourcemap_json

std::string yaze::core::AsarPatchResult::sourcemap_json

Definition at line 48 of file asar_wrapper.h.

◆ annotations_json

std::string yaze::core::AsarPatchResult::annotations_json

Definition at line 49 of file asar_wrapper.h.

◆ hooks_json

std::string yaze::core::AsarPatchResult::hooks_json

Definition at line 50 of file asar_wrapper.h.

◆ lint_json

std::string yaze::core::AsarPatchResult::lint_json

Definition at line 51 of file asar_wrapper.h.


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