diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-16 23:59:08 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-16 23:59:08 +0100 |
commit | 6b35522c877cbb27282df776db8f08532d0441f5 (patch) | |
tree | 3a59bc6fc2b19d33e62215b5434b2144b6759bb0 /src/ahoy/emulator.h | |
parent | 20fe0f35b58cd0be20102b82c4f3fff883911017 (diff) |
Improve video drawing
Diffstat (limited to 'src/ahoy/emulator.h')
-rw-r--r-- | src/ahoy/emulator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ahoy/emulator.h b/src/ahoy/emulator.h index 24aa8ce..69438db 100644 --- a/src/ahoy/emulator.h +++ b/src/ahoy/emulator.h @@ -15,7 +15,6 @@ I — register to hold addresses */ struct chip8 { - bool needs_redraw; bool kbd[16]; uint8_t V[16]; uint8_t DT, ST, SP; |