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

#include <rom.h>

Static Public Member Functions

static RomLoadOptions AppDefaults ()
 
static RomLoadOptions CliDefaults ()
 
static RomLoadOptions RawDataOnly ()
 

Public Attributes

bool load_zelda3_content = true
 
bool strip_header = true
 
bool populate_metadata = true
 
bool populate_palettes = true
 
bool populate_gfx_groups = true
 
bool expand_to_full_image = true
 
bool load_resource_labels = true
 

Detailed Description

Definition at line 43 of file rom.h.

Member Function Documentation

◆ AppDefaults()

RomLoadOptions yaze::RomLoadOptions::AppDefaults ( )
static

◆ CliDefaults()

◆ RawDataOnly()

Member Data Documentation

◆ load_zelda3_content

bool yaze::RomLoadOptions::load_zelda3_content = true

Definition at line 44 of file rom.h.

Referenced by yaze::Rom::LoadFromData(), yaze::Rom::LoadFromFile(), and RawDataOnly().

◆ strip_header

bool yaze::RomLoadOptions::strip_header = true

◆ populate_metadata

bool yaze::RomLoadOptions::populate_metadata = true

Definition at line 46 of file rom.h.

Referenced by yaze::Rom::LoadZelda3(), and RawDataOnly().

◆ populate_palettes

bool yaze::RomLoadOptions::populate_palettes = true

Definition at line 47 of file rom.h.

Referenced by CliDefaults(), yaze::Rom::LoadZelda3(), and RawDataOnly().

◆ populate_gfx_groups

bool yaze::RomLoadOptions::populate_gfx_groups = true

Definition at line 48 of file rom.h.

Referenced by CliDefaults(), yaze::Rom::LoadZelda3(), and RawDataOnly().

◆ expand_to_full_image

bool yaze::RomLoadOptions::expand_to_full_image = true

Definition at line 49 of file rom.h.

Referenced by CliDefaults(), yaze::Rom::LoadZelda3(), and RawDataOnly().

◆ load_resource_labels

bool yaze::RomLoadOptions::load_resource_labels = true

Definition at line 50 of file rom.h.

Referenced by CliDefaults(), yaze::Rom::LoadFromFile(), and RawDataOnly().


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