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

#include <z3dk_wrapper.h>

Public Attributes

std::vector< std::string > include_paths
 
std::vector< std::pair< std::string, std::string > > defines
 
std::string std_includes_path
 
std::string std_defines_path
 
std::string mapper
 
int rom_size = 0
 
bool capture_nocash_symbols = false
 
std::vector< Z3dkMemoryRangeprohibited_memory_ranges
 
bool warn_unused_symbols = true
 
bool warn_branch_outside_bank = true
 
bool warn_unknown_width = true
 
bool warn_org_collision = true
 
bool warn_unauthorized_hook = true
 
bool warn_stack_balance = true
 
bool warn_hook_return = true
 
std::string hooks_rom_path
 

Detailed Description

Definition at line 38 of file z3dk_wrapper.h.

Member Data Documentation

◆ include_paths

◆ defines

std::vector<std::pair<std::string, std::string> > yaze::core::Z3dkAssembleOptions::defines

◆ std_includes_path

std::string yaze::core::Z3dkAssembleOptions::std_includes_path

◆ std_defines_path

std::string yaze::core::Z3dkAssembleOptions::std_defines_path

◆ mapper

std::string yaze::core::Z3dkAssembleOptions::mapper

◆ rom_size

int yaze::core::Z3dkAssembleOptions::rom_size = 0

◆ capture_nocash_symbols

bool yaze::core::Z3dkAssembleOptions::capture_nocash_symbols = false

◆ prohibited_memory_ranges

std::vector<Z3dkMemoryRange> yaze::core::Z3dkAssembleOptions::prohibited_memory_ranges

◆ warn_unused_symbols

bool yaze::core::Z3dkAssembleOptions::warn_unused_symbols = true

◆ warn_branch_outside_bank

bool yaze::core::Z3dkAssembleOptions::warn_branch_outside_bank = true

◆ warn_unknown_width

bool yaze::core::Z3dkAssembleOptions::warn_unknown_width = true

◆ warn_org_collision

bool yaze::core::Z3dkAssembleOptions::warn_org_collision = true

◆ warn_unauthorized_hook

bool yaze::core::Z3dkAssembleOptions::warn_unauthorized_hook = true

◆ warn_stack_balance

bool yaze::core::Z3dkAssembleOptions::warn_stack_balance = true

◆ warn_hook_return

bool yaze::core::Z3dkAssembleOptions::warn_hook_return = true

◆ hooks_rom_path

std::string yaze::core::Z3dkAssembleOptions::hooks_rom_path

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