diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-04-05 10:06:59 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-04-05 10:06:59 +0200 |
| commit | 8573fb74da28b89f52c168c7f10ddbcaf5858532 (patch) | |
| tree | dc151cac0662fadcf953a813335f5746a57cbe79 /mknes.h | |
| parent | f1bd6a7d2f4ffe3e5263e0254bcf7522ab381264 (diff) | |
reverted switch to switch, as it was slower
Diffstat (limited to 'mknes.h')
| -rw-r--r-- | mknes.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ struct ppu_state { uint8_t bg_next_tile_msb; uint8_t oam_addr; uint8_t oam_data; + uint8_t even_frame; uint8_t pixels[256 * 240] __attribute__((aligned(64))); uint8_t oam[256]; |
