aboutsummaryrefslogtreecommitdiff
path: root/src/ahoy/emulator.h
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-16 23:59:08 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-16 23:59:08 +0100
commit6b35522c877cbb27282df776db8f08532d0441f5 (patch)
tree3a59bc6fc2b19d33e62215b5434b2144b6759bb0 /src/ahoy/emulator.h
parent20fe0f35b58cd0be20102b82c4f3fff883911017 (diff)
Improve video drawing
Diffstat (limited to 'src/ahoy/emulator.h')
-rw-r--r--src/ahoy/emulator.h1
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;