Public Attributes | |
| std::string | patch_path |
| std::vector< uint8_t > | rom_data |
| 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 |
| bool | capture_nocash_symbols = false |
Definition at line 55 of file z3dk_wrapper.cc.
| std::string z3dk::AssembleOptions::patch_path |
Definition at line 56 of file z3dk_wrapper.cc.
Referenced by yaze::core::Z3dkWrapper::Assemble().
| std::vector<uint8_t> z3dk::AssembleOptions::rom_data |
Definition at line 57 of file z3dk_wrapper.cc.
Referenced by yaze::core::Z3dkWrapper::Assemble().
| std::vector<std::string> z3dk::AssembleOptions::include_paths |
Definition at line 58 of file z3dk_wrapper.cc.
Referenced by yaze::core::Z3dkWrapper::Assemble().
| std::vector<std::pair<std::string, std::string> > z3dk::AssembleOptions::defines |
Definition at line 59 of file z3dk_wrapper.cc.
Referenced by yaze::core::Z3dkWrapper::Assemble().
| std::string z3dk::AssembleOptions::std_includes_path |
Definition at line 60 of file z3dk_wrapper.cc.
Referenced by yaze::core::Z3dkWrapper::Assemble().
| std::string z3dk::AssembleOptions::std_defines_path |
Definition at line 61 of file z3dk_wrapper.cc.
Referenced by yaze::core::Z3dkWrapper::Assemble().
| bool z3dk::AssembleOptions::capture_nocash_symbols = false |
Definition at line 62 of file z3dk_wrapper.cc.
Referenced by yaze::core::Z3dkWrapper::Assemble().