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

Public Attributes

bool warn_unknown_width = true
 
bool warn_branch_outside_bank = true
 
bool warn_org_collision = true
 
bool warn_unused_symbols = true
 
bool warn_unauthorized_hook = true
 
bool warn_stack_balance = true
 
bool warn_hook_return = true
 
std::vector< MemoryRangeprohibited_memory_ranges
 

Detailed Description

Definition at line 88 of file z3dk_wrapper.cc.

Member Data Documentation

◆ warn_unknown_width

bool z3dk::LintOptions::warn_unknown_width = true

◆ warn_branch_outside_bank

bool z3dk::LintOptions::warn_branch_outside_bank = true

◆ warn_org_collision

bool z3dk::LintOptions::warn_org_collision = true

◆ warn_unused_symbols

bool z3dk::LintOptions::warn_unused_symbols = true

◆ warn_unauthorized_hook

bool z3dk::LintOptions::warn_unauthorized_hook = true

◆ warn_stack_balance

bool z3dk::LintOptions::warn_stack_balance = true

◆ warn_hook_return

bool z3dk::LintOptions::warn_hook_return = true

◆ prohibited_memory_ranges

std::vector<MemoryRange> z3dk::LintOptions::prohibited_memory_ranges

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