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

ROM feature detection results. More...

#include <diagnostic_types.h>

Public Member Functions

std::string GetVersionString () const
 Get version as human-readable string.
 

Public Attributes

uint8_t zs_custom_version = 0xFF
 
bool is_vanilla = true
 
bool is_v2 = false
 
bool is_v3 = false
 
bool has_expanded_tile16 = false
 
bool has_expanded_tile32 = false
 
bool has_expanded_pointer_tables = false
 
bool custom_bg_enabled = false
 
bool custom_main_palette_enabled = false
 
bool custom_mosaic_enabled = false
 
bool custom_animated_gfx_enabled = false
 
bool custom_overlay_enabled = false
 
bool custom_tile_gfx_enabled = false
 

Detailed Description

ROM feature detection results.

Definition at line 82 of file diagnostic_types.h.

Member Function Documentation

◆ GetVersionString()

std::string yaze::cli::RomFeatures::GetVersionString ( ) const
inline

Member Data Documentation

◆ zs_custom_version

◆ is_vanilla

◆ is_v2

◆ is_v3

◆ has_expanded_tile16

◆ has_expanded_tile32

◆ has_expanded_pointer_tables

◆ custom_bg_enabled

◆ custom_main_palette_enabled

◆ custom_mosaic_enabled

◆ custom_animated_gfx_enabled

◆ custom_overlay_enabled

◆ custom_tile_gfx_enabled


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