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< AsarSymbol > | symbols |
uint32_t | rom_size |
uint32_t | crc32 |
Asar patch result information.
Definition at line 31 of file asar_wrapper.h.
bool yaze::core::AsarPatchResult::success |
Definition at line 32 of file asar_wrapper.h.
Referenced by yaze::core::AsarWrapper::ApplyPatch().
std::vector<std::string> yaze::core::AsarPatchResult::errors |
Definition at line 33 of file asar_wrapper.h.
Referenced by yaze::core::AsarWrapper::ApplyPatch().
std::vector<std::string> yaze::core::AsarPatchResult::warnings |
Definition at line 34 of file asar_wrapper.h.
Referenced by yaze::core::AsarWrapper::ApplyPatch().
std::vector<AsarSymbol> yaze::core::AsarPatchResult::symbols |
Definition at line 35 of file asar_wrapper.h.
Referenced by yaze::core::AsarWrapper::ApplyPatch().
uint32_t yaze::core::AsarPatchResult::rom_size |
Definition at line 36 of file asar_wrapper.h.
Referenced by yaze::core::AsarWrapper::ApplyPatch().
uint32_t yaze::core::AsarPatchResult::crc32 |
Definition at line 37 of file asar_wrapper.h.
Referenced by yaze::core::AsarWrapper::ApplyPatch().