fixed scroll?

This commit is contained in:
2025-02-01 20:53:13 -07:00
parent 89a99b160d
commit 36a428bcea
5 changed files with 59 additions and 28 deletions

View File

@ -77,6 +77,8 @@ typedef struct {
u32 current_frame;
u32 line_ticks;
u32 *video_buffer;
bool rendering_window;
} ppu_context;
void ppu_init();