minor bug squishing

This commit is contained in:
2024-02-05 21:40:41 -08:00
parent e8d8c0fb3d
commit d677ca9934
3 changed files with 22 additions and 20 deletions

View File

@@ -188,6 +188,7 @@ class GameBoy {
SDL_Event event;
void opcodeHandler();
void incLY();
void ppuUpdate();
void drawLine();
void SDL2present();