Implement writing image and half the platte information

This commit is contained in:
2025-03-19 22:01:32 +01:00
parent d1d590d32a
commit aae57e47e4
6 changed files with 82 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ struct VRAMInfo {
y: int,
encoding_str: string,
palette_count: int,
is_palette: bool,
is_palette: bool, // < Can we combine the palette into this, instead of having it separate?
}
struct VRAMData {