diff options
| -rw-r--r-- | ppu.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -177,7 +177,6 @@ static inline void ppu_render_pixel(struct nes_state *state) { state->pixels[y * 256 + x] = ppu->palette[palette_index]; // NOTE(peter): Add color_emphasis bits (expand palette to 8x). } - __attribute__((hot, flatten)) static void ppu_tick(struct nes_state *state) { struct ppu_state *restrict ppu = &state->ppu; @@ -394,9 +393,7 @@ static void ppu_tick(struct nes_state *state) { case 340: { // Sprite pattern fetch ppu_fetch_sprite_patterns(state); } break; - } - } break; } } |
