Consolidated renderer and window into the controller, added hex text input, removed more junk

This commit is contained in:
scawful
2022-06-14 01:18:17 -04:00
parent c6904fb0c7
commit 389c7c35f0
17 changed files with 216 additions and 260 deletions

View File

@@ -91,12 +91,12 @@ class TilePreset {
TilePreset() = default;
TilesPattern tilesPattern;
bool no_zero_color_ = false;
int pc_tiles_location_ = -1;
int pc_tiles_location_ = 0;
int pc_palette_location_ = 0;
uint32_t length_ = 0;
uint32_t bits_per_pixel_ = 0;
uint16_t SNESTilesLocation = 0;
uint16_t SNESPaletteLocation = 0;
int bits_per_pixel_ = 0;
int length_ = 0;
int SNESTilesLocation = 0;
int SNESPaletteLocation = 0;
};
} // namespace Graphics