Update SnesTo8bppSheet args and impl

This commit is contained in:
scawful
2024-04-13 13:18:00 -04:00
parent 1e58c81bdf
commit 1dcca478cd
2 changed files with 7 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ namespace gfx {
constexpr uint8_t kGraphicsBitmap[8] = {0x80, 0x40, 0x20, 0x10,
0x08, 0x04, 0x02, 0x01};
Bytes SnesTo8bppSheet(Bytes sheet, int bpp);
Bytes SnesTo8bppSheet(const Bytes& sheet, int bpp);
Bytes Bpp8SnesToIndexed(Bytes data, uint64_t bpp = 0);
struct tile8 {