#include <rom_old.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 |
|
static |
Definition at line 119 of file rom_old.cc.
Referenced by yaze::Rom::InitializeForTesting(), yaze::Rom::LoadFromData(), yaze::Rom::LoadFromFile(), and yaze::Rom::LoadZelda3().
|
static |
Definition at line 123 of file rom_old.cc.
References expand_to_full_image, load_resource_labels, populate_gfx_groups, and populate_palettes.
|
static |
Definition at line 132 of file rom_old.cc.
References expand_to_full_image, load_resource_labels, load_zelda3_content, populate_gfx_groups, populate_metadata, populate_palettes, and strip_header.
Referenced by yaze::Rom::LoadFromData(), and yaze::Rom::LoadFromFile().
| bool yaze::RomLoadOptions::load_zelda3_content = true |
Definition at line 60 of file rom_old.h.
Referenced by yaze::Rom::LoadFromData(), yaze::Rom::LoadFromFile(), and RawDataOnly().
| bool yaze::RomLoadOptions::strip_header = true |
Definition at line 61 of file rom_old.h.
Referenced by yaze::Rom::LoadFromData(), yaze::Rom::LoadFromFile(), yaze::Rom::LoadZelda3(), and RawDataOnly().
| bool yaze::RomLoadOptions::populate_metadata = true |
Definition at line 62 of file rom_old.h.
Referenced by yaze::Rom::LoadZelda3(), and RawDataOnly().
| bool yaze::RomLoadOptions::populate_palettes = true |
Definition at line 63 of file rom_old.h.
Referenced by CliDefaults(), yaze::Rom::LoadZelda3(), and RawDataOnly().
| bool yaze::RomLoadOptions::populate_gfx_groups = true |
Definition at line 64 of file rom_old.h.
Referenced by CliDefaults(), yaze::Rom::LoadZelda3(), and RawDataOnly().
| bool yaze::RomLoadOptions::expand_to_full_image = true |
Definition at line 65 of file rom_old.h.
Referenced by CliDefaults(), yaze::Rom::LoadZelda3(), and RawDataOnly().
| bool yaze::RomLoadOptions::load_resource_labels = true |
Definition at line 66 of file rom_old.h.
Referenced by CliDefaults(), yaze::Rom::LoadFromFile(), and RawDataOnly().