mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-23 07:50:03 +00:00
Revert "Get rid of color_table_cache member as well"
This reverts commit 9c47003f41
.
This commit is contained in:
parent
30cae5b534
commit
22daa3009d
@ -35,6 +35,7 @@ typedef struct
|
||||
bool bw; // Black and White
|
||||
uint8 dot_clock; // Dot Clock(5, 7, or 10 MHz = 0, 1, 2)
|
||||
uint16 color_table[0x200];
|
||||
uint32 color_table_cache[0x200];
|
||||
uint16 ctaddress;
|
||||
} vce_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user