basic audio stream.

This commit is contained in:
2025-02-01 23:58:55 -07:00
parent 36a428bcea
commit e0fc6123fc
8 changed files with 142 additions and 3 deletions

View File

@ -260,7 +260,6 @@ void pipeline_push_pixel() {
ppu_get_context()->rendering_window = true;
pipeline_fifo_reset();
ppu_get_context()->pfc.cur_fetch_state = FS_TILE;
printf("Window X: %d\n", lcd_get_context()->win_x);
ppu_get_context()->pfc.fetch_x = 0;
ppu_get_context()->pfc.fifo_x = 0;
return;