yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::emu::video::Tile Struct Reference

#include <ppu.h>

Public Attributes

uint16_t index
 
uint8_t palette
 
bool flip_x
 
bool flip_y
 
uint8_t priority
 

Detailed Description

Definition at line 209 of file ppu.h.

Member Data Documentation

◆ index

uint16_t yaze::app::emu::video::Tile::index

Definition at line 210 of file ppu.h.

◆ palette

uint8_t yaze::app::emu::video::Tile::palette

Definition at line 211 of file ppu.h.

◆ flip_x

bool yaze::app::emu::video::Tile::flip_x

Definition at line 212 of file ppu.h.

◆ flip_y

bool yaze::app::emu::video::Tile::flip_y

Definition at line 213 of file ppu.h.

◆ priority

uint8_t yaze::app::emu::video::Tile::priority

Definition at line 214 of file ppu.h.


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